diff --git a/kallithea/templates/password_reset.html b/kallithea/templates/password_reset.html --- a/kallithea/templates/password_reset.html +++ b/kallithea/templates/password_reset.html @@ -5,6 +5,12 @@ ${_('Password Reset')} +<%block name="js_extra"> + %if c.captcha_active: + + %endif + + <%include file="/base/flash_msg.html"/>
@@ -31,8 +37,7 @@
- ${h.hidden('recaptcha_field')} -
+
%endif @@ -48,19 +53,9 @@
${h.end_form()} - %if c.captcha_active: - - %endif