From bad2825fab9f45f468414ed551bad9d987923600 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 5 Jun 2010 12:58:31 -0500 Subject: Updates for CSRF protection in Django 1.2.X Signed-off-by: Dan McGee --- templates/mirrors/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/mirrors/index.html') diff --git a/templates/mirrors/index.html b/templates/mirrors/index.html index b347a086..55c172d7 100644 --- a/templates/mirrors/index.html +++ b/templates/mirrors/index.html @@ -13,7 +13,7 @@

Pacman Mirrorlist Generator

Simply replace the contents of /etc/pacman.d/mirrorlist with the generated code.

-
+ {% csrf_token %} {{ mirrorlist_form.as_p }}

-- cgit v1.2.3-54-g00ecf