]> git.ozlabs.org Git - patchwork/blobdiff - templates/patchwork/bundles.html
templates: Add CSRF (cross-site request forgery) values to form posts
[patchwork] / templates / patchwork / bundles.html
index 95029c16e8ccd7de306ef96a447ccf757301150f..5340a6430b132c943cc9dcb4425d76324c51f845 100644 (file)
@@ -33,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"