pytask/templates/registration/password_change_form.html
changeset 308 dca28aad6760
parent 307 c6bca38c1cbf
child 317 cc5b6f4ed823
--- a/pytask/templates/registration/password_change_form.html	Sat Jan 08 11:20:57 2011 +0530
+++ b/pytask/templates/registration/password_change_form.html	Sat Jan 08 12:11:30 2011 +0530
@@ -12,7 +12,7 @@
 <p>{% trans "Please enter your old password, for security's sake, and then enter your new password twice so we can verify you typed it in correctly." %}</p>
 
 <form action="" method="post">
-
+{% csrf_token %}
 {{ form.old_password.errors }}
 <p class="aligned wide"><label for="id_old_password">{% trans 'Old password:' %}</label>{{ form.old_password }}</p>
 {{ form.new_password1.errors }}