From 738581e4babc0e45bff65d15e90baceaec679c3b Mon Sep 17 00:00:00 2001 From: Michael Ziegler Date: Mon, 21 Jun 2010 08:10:36 +0200 Subject: [PATCH] add csrf_token to the registration form --- pyweb/templates/registration/registration_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyweb/templates/registration/registration_form.html b/pyweb/templates/registration/registration_form.html index fdd8bb1..43dcc6b 100644 --- a/pyweb/templates/registration/registration_form.html +++ b/pyweb/templates/registration/registration_form.html @@ -7,7 +7,7 @@

Create Account

Please fill in the following form.

-
+{% csrf_token %} {{ form }}