From d8dd94b0652b9c741c8c3285ce5173a405515c16 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sun, 5 Dec 2021 10:17:11 -0600 Subject: [PATCH] fix --- files/templates/login.html | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) 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 @@ +