comparison gpp/templates/accounts/password_reset.html @ 419:fc2feaa98c58

Tweaking text on some registration templates.
author Brian Neal <bgneal@gmail.com>
date Mon, 18 Apr 2011 00:40:39 +0000
parents 6a5549c2efb5
children
comparison
equal deleted inserted replaced
418:20af29454e83 419:fc2feaa98c58
1 {% extends 'base.html' %} 1 {% extends 'base.html' %}
2 {% block title %}Reset Password{% endblock %} 2 {% block title %}Reset Password{% endblock %}
3 {% block content %} 3 {% block content %}
4 <h2>Reset Password</h2> 4 <h2>Reset Password</h2>
5 <p>Forgot your password? No problem. Just enter your email address and we will 5 <p>Forgot your password? No problem. Just enter your email address and we will
6 email you instructions on how to reset it. 6 send you instructions on how to reset it.
7 </p> 7 </p>
8 <form method="post" action=".">{% csrf_token %} 8 <form method="post" action=".">{% csrf_token %}
9 <table> 9 <table>
10 {{ form.as_table }} 10 {{ form.as_table }}
11 <tr><td>&nbsp;</td><td><input type="submit" value="Reset Password" /> 11 <tr><td>&nbsp;</td><td><input type="submit" value="Reset Password" />