make dvcs models abstract,
[redakcja.git] / apps / wiki / templates / wiki / book_detail.html
index 84d2097..5ea0e3d 100755 (executable)
@@ -54,6 +54,7 @@
     {% if need_fixing %}
         <tr><td></td><td>
             <form method="POST" action="">
+                {% csrf_token %}
                 {% if choose_master %}
                     {{ form.master }}
                 {% endif %}
@@ -89,7 +90,7 @@
         <button id="publish-button" type="submit">
             <span>{% trans "Publish" %}</span></button>
         <img src="{{ STATIC_URL }}img/angel-right.png" style="vertical-align: middle" />
-        </form></form></p>
+        </form></p>
 {% else %}
     {% trans "This book cannot be published yet" %}
 {% endif %}