From b37933993b1a1b9c577a051208cb351335945eb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Ates?= Date: Thu, 16 Jun 2016 15:05:03 +0200 Subject: [PATCH] Registration template update (fixes #11399). --- templates/registration/registration_form.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/templates/registration/registration_form.html b/templates/registration/registration_form.html index 33dccf3..be8e2ad 100644 --- a/templates/registration/registration_form.html +++ b/templates/registration/registration_form.html @@ -11,13 +11,17 @@
+
{% include 'authentic2/form.html' with form=form %} -{% for registration_frontend in registration_frontends %} -
OU
- {{ registration_frontend|safe }} -{% endfor %} +
+ +{% if frontends.fc %} +
OU
+
+{{ frontends.fc.content|safe }} +
+{% endif %}

- {% endblock %}