Change wording for change_fp; improved the button text

This commit is contained in:
Jef van Schendel 2011-12-14 16:18:26 +01:00
parent 8d52214f1e
commit bb298cde80

View File

@ -26,11 +26,11 @@
{{ csrf_token }}
<div class="grid_6 prefix_1 suffix_1 form_box">
<h1>{% trans %}Enter your new password{% endtrans %}</h1>
<h1>{% trans %}Set your new password{% endtrans %}</h1>
{{ wtforms_util.render_divs(cp_form) }}
<div class="form_submit_buttons">
<input type="submit" value="{% trans %}Submit{% endtrans %}" class="button_form"/>
<input type="submit" value="{% trans %}Set password{% endtrans %}" class="button_form"/>
</div>
</div>