--- a/src/cm/templates/site/reset_pw.html Fri May 18 00:07:32 2012 +0200
+++ b/src/cm/templates/site/reset_pw.html Sat May 19 10:21:54 2012 +0200
@@ -12,7 +12,7 @@
{% block content %}
<h1>{% blocktrans %}Reset your password{% endblocktrans %}</h1>
-<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>
{% include "site/macros/form_fields.html" %}