X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..05654e3a2f44de8dd901651b0a74e6f4eda980be:/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 %}