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 %}