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>
|
||||
{{ 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>
|
||||
|
||||
Reference in New Issue
Block a user