summaryrefslogtreecommitdiffstats
path: root/templates/news/add.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/news/add.html')
-rw-r--r--templates/news/add.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/news/add.html b/templates/news/add.html
index 38b5b21..04a5568 100644
--- a/templates/news/add.html
+++ b/templates/news/add.html
@@ -10,7 +10,7 @@
<h2>News: Add Article</h2>
{% endif %}
- <form id="newsform" method="post" action=".">
+ <form id="newsform" method="post" action=".">{% csrf_token %}
<fieldset>
{{ form.as_p }}
</fieldset>