]> git.ozlabs.org Git - patchwork/blobdiff - templates/patchwork/bundles.html
Patchwork now requires Django 1.2, so state that in docs/INSTALL
[patchwork] / templates / patchwork / bundles.html
index 276e58acb31c6218601f98958bd4f7a5eea4f9f6..5340a6430b132c943cc9dcb4425d76324c51f845 100644 (file)
@@ -3,11 +3,6 @@
 {% block title %}Bundles{% endblock %}
 {% block heading %}Bundles{% endblock %}
 
-{% block headers %}
- <script language="JavaScript" type="text/javascript" src="/js/common.js">
- </script>
-{% endblock %}
-
 {% block body %}
 
 {% if bundles %}
@@ -38,6 +33,7 @@
   <td style="text-align: center;">
    <form method="post"
     onsubmit="return confirm_delete('bundle', '{{bundle.name|escapejs}}');">
+    {% csrf_token %}
     {{ bundle.delete_form.as_p }}
     <input type="image"
      src="/images/16-em-cross.png" width="16" height="16" alt="delete"