src/cm/templates/site/text_followup.html
changeset 438 fcc5e2f0befd
parent 160 0c01050f9717
child 439 8994d24e4b2f
--- a/src/cm/templates/site/text_followup.html	Fri May 18 00:07:32 2012 +0200
+++ b/src/cm/templates/site/text_followup.html	Sat May 19 10:21:54 2012 +0200
@@ -31,7 +31,7 @@
 {% blocktrans %}This is the public feed for the text.{% endblocktrans %}
 
 {% if user.is_authenticated %}
-<form id="notifications" enctype="multipart/form-data" action="." method="post">
+<form id="notifications" enctype="multipart/form-data" action="." method="post">{% csrf_token %}
 
 {% if can_view_unapproved_comment %}
 <h3>{% blocktrans %}Private feed{% endblocktrans %}</h3>