From 5612a120f67322e612ccba57134175fdf557cebc Mon Sep 17 00:00:00 2001 From: Sanj Date: Thu, 20 Sep 2012 05:27:02 +0530 Subject: [PATCH] add csrf_token to login form --- manifests/templates/registration/login.html | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/templates/registration/login.html b/manifests/templates/registration/login.html index 7d19ab9..3daa146 100644 --- a/manifests/templates/registration/login.html +++ b/manifests/templates/registration/login.html @@ -1,5 +1,6 @@
+{% csrf_token %} {{ form.as_ul }}