From 0ac9222ef81f3661fff6d603b620e5b54a2a61be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Ates?= Date: Tue, 19 Apr 2016 18:22:27 +0200 Subject: [PATCH] Add registration frontends on the registration page (fixes #10710). --- templates/registration/registration_form.html | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) 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 %}