From b3aa13cd8c18f476be69d340909b8b27eb10581e Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 4 Feb 2016 10:12:51 +0100 Subject: [PATCH] style --- teleforma/templates/registration/registration_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/templates/registration/registration_form.html b/teleforma/templates/registration/registration_form.html index b1a8bd71..b4c6df83 100644 --- a/teleforma/templates/registration/registration_form.html +++ b/teleforma/templates/registration/registration_form.html @@ -7,8 +7,8 @@ {% block content %}
-

Tous les champs sont requis

{% csrf_token %} +

Tous les champs sont requis

{{ form }} {% for formset in inlines %} -- 2.39.5