X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..159b148e9d37274930d6c0f76c365d333f16fd87:/src/wolnelektury/templates/auth/register.html diff --git a/src/wolnelektury/templates/auth/register.html b/src/wolnelektury/templates/auth/register.html index 9d2c28363..684943866 100644 --- a/src/wolnelektury/templates/auth/register.html +++ b/src/wolnelektury/templates/auth/register.html @@ -1,15 +1,16 @@ -{% extends "ajaxable/form.html" %} {% load i18n %} -{% block extra %} +{% include "auth/register_form.html" %} -

{% trans "Sign in using:" %}

+{% if USE_OPENID %} +
+

{% trans "Sign in using:" %}

- + -{% include "socialaccount/snippets/login_extra.html" %} - -{% endblock %} + {% include "socialaccount/snippets/login_extra.html" %} +
+{% endif %}