--- a/src/cm/templates/site/user_activate.html Fri May 18 00:07:32 2012 +0200
+++ b/src/cm/templates/site/user_activate.html Sat May 19 10:21:54 2012 +0200
@@ -8,7 +8,7 @@
{% block content %}
<h1>{% blocktrans %}Activate your account{% endblocktrans %}</h1>
-<form id="user_add" enctype="multipart/form-data" class="wizard-form" action="." method="post">
+<form id="user_add" enctype="multipart/form-data" class="wizard-form" action="." method="post">{% csrf_token %}
<table class="wide_form">
<tbody>
{% with userform as form %}
@@ -30,4 +30,4 @@
</tbody>
</table>
</form>
-{% endblock %}
\ No newline at end of file
+{% endblock %}