src/cm/templates/site/user_list.html
changeset 438 fcc5e2f0befd
parent 316 a7c63de8abc5
child 439 8994d24e4b2f
--- a/src/cm/templates/site/user_list.html	Fri May 18 00:07:32 2012 +0200
+++ b/src/cm/templates/site/user_list.html	Sat May 19 10:21:54 2012 +0200
@@ -66,7 +66,7 @@
 -->
 </script>
 
-<form id="user_form" action="." method="post">
+<form id="user_form" action="." method="post">{% csrf_token %}
 
 <select id="bulk_actions" name="action">
 <option selected="selected" value="-1">- {% blocktrans %}Bulk Actions{% endblocktrans %} -</option>
@@ -212,4 +212,4 @@
 </form>
 
 </div>
-{% endblock %}
\ No newline at end of file
+{% endblock %}