From 85464fbb2e5a0ebd6a52796d5832cd6428dfa30d Mon Sep 17 00:00:00 2001 From: justcool393 Date: Sat, 29 Oct 2022 22:13:54 -0500 Subject: [PATCH] update login page --- files/templates/login.html | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/files/templates/login.html b/files/templates/login.html index e9a5b9f2f..7ba3bba5c 100644 --- a/files/templates/login.html +++ b/files/templates/login.html @@ -2,25 +2,7 @@ {%- import 'html_head.html' as html_head with context -%} - - {{html_head.javascript()}} - {#{html_head.stylesheets(true, '')}#} - {{html_head.meta_tags_1(csp, none, true)}} - - {% block title %} - {{SITE_NAME}} - {{html_head.meta_tags_2(SITE_NAME, SITE_FULL)}} - {% endblock %} - {{html_head.seo()}} - {{html_head.cf_2fa_verify()}} - - - - - - {# TODO - Use this again #} - {#{ html_head.html_head(true, false, false, none, 'Login', '', '', false) }#} - + {{html_head.html_head(true, false, false, none, 'Login', '', '', false, true)}}