make dvcs models abstract,
[redakcja.git] / apps / wiki / templates / wiki / book_edit.html
index d5f527d..8bc7ea7 100755 (executable)
@@ -3,6 +3,7 @@
 
 {% block leftcolumn %}
        <form enctype="multipart/form-data" method="POST" action="">
+    {% csrf_token %}
        {{ form.as_p }}
 
        <p><button type="submit">{% trans "Save" %}</button></p>