summaryrefslogtreecommitdiffstats
path: root/templates/news/delete.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/news/delete.html')
-rw-r--r--templates/news/delete.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/news/delete.html b/templates/news/delete.html
index 6a2fa1e..3e3ba95 100644
--- a/templates/news/delete.html
+++ b/templates/news/delete.html
@@ -14,7 +14,7 @@
<p>Are you sure?</p>
- <form method="post" action=".">
+ <form method="post" action=".">{% csrf_token %}
<input title="Delete this article" id="delete" name="delete"
type="submit" value="Delete" /></p>
</form>