From 556e75a5c25d4c904556ba1449159756cd5eb5d4 Mon Sep 17 00:00:00 2001 From: "dr. josh butler" Date: Sun, 11 Apr 2021 10:18:34 -0400 Subject: [PATCH] Fix to activate reset password change button when meeting all criteria --- templates/security/reset_pw.html.twig | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/templates/security/reset_pw.html.twig b/templates/security/reset_pw.html.twig index 27ad35b..b4cbf69 100644 --- a/templates/security/reset_pw.html.twig +++ b/templates/security/reset_pw.html.twig @@ -66,11 +66,12 @@ {% endblock %} {% block javascripts %} -{{ parent() }} - -{% if error %} - -{% endif %} + {{ parent() }} + + + {% if error %} + + {% endif %} {% endblock %} \ No newline at end of file