From dc216c98b2bb1ed7a990e4b9d2c969e2e5104117 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Wed, 6 Jul 2011 13:00:12 +0200 Subject: [PATCH] Add csrf token, required by modern django --- gitadmin/adm/templates/registration/login.html | 1 + 1 file changed, 1 insertion(+) diff --git a/gitadmin/adm/templates/registration/login.html b/gitadmin/adm/templates/registration/login.html index 56c9f91..c9e3809 100644 --- a/gitadmin/adm/templates/registration/login.html +++ b/gitadmin/adm/templates/registration/login.html @@ -12,6 +12,7 @@ PostgreSQL community account. If you do not have one, go to the main website and sign up.

+{% csrf_token %} -- 2.39.5