diff --git a/VolWeb/voltools.py b/VolWeb/voltools.py index 68329d1..0324ccf 100644 --- a/VolWeb/voltools.py +++ b/VolWeb/voltools.py @@ -24,6 +24,7 @@ def fix_permissions(output_path): if not current_permissions & stat.S_IROTH: os.chmod(filepath, current_permissions | stat.S_IROTH) logger.info(f"Updated permissions for: {filepath}") + else: logger.warning(f"Skipping {filepath}, not a file.") except Exception as e: diff --git a/main/templates/main/login.html b/main/templates/main/login.html index 71468cd..91a6e92 100644 --- a/main/templates/main/login.html +++ b/main/templates/main/login.html @@ -1,17 +1,13 @@ {% load static %} {% load crispy_forms_tags %} -{% load bootstrap5 %} - - + + VolWeb diff --git a/main/templates/main/logout.html b/main/templates/main/logout.html index 7037809..8ec4a16 100644 --- a/main/templates/main/logout.html +++ b/main/templates/main/logout.html @@ -7,11 +7,8 @@ VolWeb - - + +