--- a/src/cm/templates/site/followup.html Fri May 18 00:07:32 2012 +0200
+++ b/src/cm/templates/site/followup.html Sat May 19 10:21:54 2012 +0200
@@ -29,7 +29,7 @@
{% blocktrans %}This is the public feed for the workspace.{% endblocktrans %}
{% if user.is_authenticated %}
-<form id="followup_form" enctype="multipart/form-data" action="." method="post">
+<form id="followup_form" enctype="multipart/form-data" action="." method="post">{% csrf_token %}
{% if can_manage_workspace %}
<h3>{% blocktrans %}Private feed{% endblocktrans %} (<a title="{% blocktrans %}Help{% endblocktrans %}" target="_blank" href="{% url help %}#public_private_feed">?</a>)</h3>