src/cm/templates/site/forgot_pw.html
changeset 436 83b032cbf471
parent 225 67e1a89d6bca
child 550 05b5e51e8823
--- a/src/cm/templates/site/forgot_pw.html	Tue May 15 14:15:34 2012 +0200
+++ b/src/cm/templates/site/forgot_pw.html	Thu May 17 23:58:03 2012 +0200
@@ -14,7 +14,7 @@
 <h1>{% blocktrans %}Reset my password{% endblocktrans %}</h1>
 
 {% if form %}
-<form id="profile" enctype="multipart/form-data" class="wizard-form" action="." method="post">
+<form id="profile" enctype="multipart/form-data" class="wizard-form" action="." method="post">{% csrf_token %}
 
 <table class="wide_form">
     <tbody>
@@ -45,4 +45,4 @@
 <br />
 <br />
 {% endif %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}