summaryrefslogtreecommitdiffstats
path: root/templates/mirrors/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/mirrors/index.html')
-rw-r--r--templates/mirrors/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mirrors/index.html b/templates/mirrors/index.html
index b347a08..55c172d 100644
--- a/templates/mirrors/index.html
+++ b/templates/mirrors/index.html
@@ -13,7 +13,7 @@
Simply replace the contents of <code>/etc/pacman.d/mirrorlist</code> with
the generated code.</p>
- <form id="list-generator" method="post" action=".">
+ <form id="list-generator" method="post" action=".">{% csrf_token %}
{{ mirrorlist_form.as_p }}
<p><label></label> <input type="submit" value="Generate List" /></p>
</form>