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> +<%block name="js_extra"> + %if c.captcha_active: + + %endif +%block> + <%include file="/base/flash_msg.html"/>