summaryrefslogtreecommitdiffstats
path: root/templates/packages/flag.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/packages/flag.html')
-rw-r--r--templates/packages/flag.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/flag.html b/templates/packages/flag.html
index 71d8498..9a5b123 100644
--- a/templates/packages/flag.html
+++ b/templates/packages/flag.html
@@ -31,7 +31,7 @@
<p>Please confirm your flag request for {{pkg.pkgname}}:</p>
- <form id="flag-pkg-form" method="post" action=".">
+ <form id="flag-pkg-form" method="post" action=".">{% csrf_token %}
<fieldset>
{{ form.as_p }}
</fieldset>