From d0aceaeec49314158379b2d85c08e319a0974795 Mon Sep 17 00:00:00 2001 From: Corentin Chary Date: Fri, 3 Aug 2012 21:57:41 +0200 Subject: [PATCH] euscanwww: fix captcha must be inside Signed-off-by: Corentin Chary --- .../registration/registration_form.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/euscanwww/djeuscan/templates/registration/registration_form.html b/euscanwww/djeuscan/templates/registration/registration_form.html index a96427b..6fe2cd1 100644 --- a/euscanwww/djeuscan/templates/registration/registration_form.html +++ b/euscanwww/djeuscan/templates/registration/registration_form.html @@ -5,15 +5,15 @@ {% endblock %} {% block content %} +{% csrf_token %}
- {% csrf_token %} - {{ form }} - - - - - + {{ form }} + + + +
- -
+ +
+ {% endblock %}