Add translation brackety things to forgot-password page, I forgot those

This commit is contained in:
Jef van Schendel 2011-11-04 02:15:52 +01:00
parent d1bee08d5a
commit b4b10a222d

View File

@ -27,7 +27,7 @@
<h1>{% trans %}Forgot your password?{% endtrans %}</h1>
{{ wtforms_util.render_divs(fp_form) }}
<div class="form_submit_buttons">
<input type="submit" value="Send instructions" class="button"/>
<input type="submit" value="{% trans %}Send instructions{% endtrans %}" class="button"/>
</div>
</div>
</form>