django 1.3, comments on books, last activity log, some minor changes
[redakcja.git] / apps / wiki / templates / wiki / document_create_missing.html
index 351e87a..9414f7c 100644 (file)
@@ -3,6 +3,7 @@
 
 {% block leftcolumn %}
        <form enctype="multipart/form-data" method="POST" action="">
+    {% csrf_token %}
        {{ form.as_p }}
 
        <p><button type="submit">{% trans "Create document" %}</button></p>
@@ -10,4 +11,4 @@
 {% endblock leftcolumn %}
 
 {% block rightcolumn %}
-{% endblock rightcolumn %}
\ No newline at end of file
+{% endblock rightcolumn %}