Add translation brackety things to forgot-password page, I forgot those
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
<h1>{% trans %}Forgot your password?{% endtrans %}</h1>
|
<h1>{% trans %}Forgot your password?{% endtrans %}</h1>
|
||||||
{{ wtforms_util.render_divs(fp_form) }}
|
{{ wtforms_util.render_divs(fp_form) }}
|
||||||
<div class="form_submit_buttons">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user