From 4545d33b74af10be3cede9197589013e7e73ec08 Mon Sep 17 00:00:00 2001 From: RealAngeleno Date: Tue, 10 Oct 2023 13:45:23 -0700 Subject: [PATCH] added missing change from commit for hcaptcha --- templates/header.html | 101 ++++++++++++++++++++++-------------------- 1 file changed, 52 insertions(+), 49 deletions(-) diff --git a/templates/header.html b/templates/header.html index 129cb2f2..be20fed1 100644 --- a/templates/header.html +++ b/templates/header.html @@ -1,49 +1,52 @@ - - {% if config.url_favicon %}{% endif %} - - - {% if config.meta_keywords %}{% endif %} - {% if config.default_stylesheet.1 != '' %}{% endif %} - {% if config.font_awesome %}{% endif %} - {% if config.country_flags_condensed %}{% endif %} - - {% if not nojavascript %} - - {% if not config.additional_javascript_compile %} - {% for javascript in config.additional_javascript %}{% endfor %} - {% endif %} - {% endif %} - {% if config.recaptcha %} - {% endif %} + + {% if config.url_favicon %}{% endif %} + + + {% if config.meta_keywords %}{% endif %} + {% if config.default_stylesheet.1 != '' %}{% endif %} + {% if config.font_awesome %}{% endif %} + {% if config.country_flags_condensed %}{% endif %} + + {% if not nojavascript %} + + {% if not config.additional_javascript_compile %} + {% for javascript in config.additional_javascript %}{% endfor %} + {% endif %} + {% endif %} + {% if config.recaptcha %} + {% endif %} + {% if config.hcaptcha %} + + {% endif %}