From 6e28a4e30ca81ebc681b16dc7dd0caa18888d5e1 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Thu, 27 Jul 2023 18:37:28 -0500 Subject: [PATCH] fix signup scripts not being inserted into page --- files/templates/login/authforms.html | 3 ++- files/templates/login/sign_up.html | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/files/templates/login/authforms.html b/files/templates/login/authforms.html index b492f469e..2a599345d 100644 --- a/files/templates/login/authforms.html +++ b/files/templates/login/authforms.html @@ -47,7 +47,7 @@ {% endif %} - {% block content %}{% endblock %} + {% block content required %}{% endblock %} @@ -59,5 +59,6 @@ + {% block scripts %}{% endblock %} diff --git a/files/templates/login/sign_up.html b/files/templates/login/sign_up.html index fbd272d41..fc270b856 100644 --- a/files/templates/login/sign_up.html +++ b/files/templates/login/sign_up.html @@ -53,9 +53,9 @@ {%- endblock -%} - +{%- block scripts -%} - {% if hcaptcha %} {% endif %} +{%- endblock -%}