diff --git a/files/templates/login.html b/files/templates/login.html index 76b0fc828..3c1a374fe 100644 --- a/files/templates/login.html +++ b/files/templates/login.html @@ -1,30 +1,17 @@ {% set random = range(1, 13)|random() %} - + + - - - - - - - - - - - - - - - - - Login - {{'SITE_NAME' | app_config}}{% endif %} + {% block title %} + Login - {{'SITE_NAME' | app_config}} + {% endblock %} @@ -36,6 +23,7 @@ +