Text changes to forgot-paddword page
This commit is contained in:
parent
726afba3bb
commit
d1bee08d5a
@ -20,20 +20,15 @@
|
|||||||
{% import "/mediagoblin/utils/wtforms.html" as wtforms_util %}
|
{% import "/mediagoblin/utils/wtforms.html" as wtforms_util %}
|
||||||
|
|
||||||
{% block mediagoblin_content %}
|
{% block mediagoblin_content %}
|
||||||
|
|
||||||
<form action="{{ request.urlgen('mediagoblin.auth.forgot_password') }}"
|
<form action="{{ request.urlgen('mediagoblin.auth.forgot_password') }}"
|
||||||
method="POST" enctype="multipart/form-data">
|
method="POST" enctype="multipart/form-data">
|
||||||
{{ csrf_token }}
|
{{ csrf_token }}
|
||||||
|
|
||||||
<div class="grid_6 prefix_1 suffix_1 form_box">
|
<div class="grid_6 prefix_1 suffix_1 form_box">
|
||||||
<h1>{% trans %}Enter your username or email{% 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="submit" class="button"/>
|
<input type="submit" value="Send instructions" class="button"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user