X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..5c14b2f1216cf266efd63f4de84e3f83bb99c9ff:/src/wolnelektury/templates/auth/register.html?ds=inline 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" %} -<h1>{% trans "Sign in using:" %}</h1> +{% if USE_OPENID %} + <div class="form-extra"> + <h1>{% trans "Sign in using:" %}</h1> -<ul class="socialaccount_providers"> -{% include "socialaccount/snippets/provider_list.html" %} -</ul> + <ul class="socialaccount_providers"> + {% include "socialaccount/snippets/provider_list.html" %} + </ul> -{% include "socialaccount/snippets/login_extra.html" %} - -{% endblock %} + {% include "socialaccount/snippets/login_extra.html" %} + </div> +{% endif %}