diff --git a/templates/registration/registration_form.html b/templates/registration/registration_form.html index 1291fe4..dfc8608 100644 --- a/templates/registration/registration_form.html +++ b/templates/registration/registration_form.html @@ -5,13 +5,18 @@ {% block content %}

Compte citoyen

-
-

Création de votre compte

-
-
- {% include 'authentic2/form.html' with form=form %} -
+
+

Création de votre compte

+
+ +
+{% include 'authentic2/form.html' with form=form %} +{% for registration_frontend in registration_frontends %} + {{ registration_frontend|safe }} +{% endfor %} +
+
{% endblock %}