src/cm/templates/site/text_list.html
changeset 438 fcc5e2f0befd
parent 315 bf61a1b40eb5
child 439 8994d24e4b2f
--- a/src/cm/templates/site/text_list.html	Fri May 18 00:07:32 2012 +0200
+++ b/src/cm/templates/site/text_list.html	Sat May 19 10:21:54 2012 +0200
@@ -74,7 +74,7 @@
 </script>
 
 {% if object_list %}
-<form id="texts_form" action="." method="post">
+<form id="texts_form" action="." method="post">{% csrf_token %}
 
 {% if can_manage_workspace %}
 <select id="bulk_actions" name="action">
@@ -224,4 +224,4 @@
 {% endif %}
 </div>
 
-{% endblock %}
\ No newline at end of file
+{% endblock %}