pytask/templates/registration/password_reset_form.html
changeset 308 dca28aad6760
parent 307 c6bca38c1cbf
child 532 1f08247a935c
--- a/pytask/templates/registration/password_reset_form.html	Sat Jan 08 11:20:57 2011 +0530
+++ b/pytask/templates/registration/password_reset_form.html	Sat Jan 08 12:11:30 2011 +0530
@@ -12,6 +12,7 @@
 <p>{% trans "Forgotten your password? Enter your e-mail address below, and we'll e-mail instructions for setting a new one." %}</p>
 
 <form action="" method="post">
+{% csrf_token %}
 {{ form.email.errors }}
 <p><label for="id_email">{% trans 'E-mail address:' %}</label> {{ form.email }} <input type="submit" value="{% trans 'Reset my password' %}" /></p>
 </form>