X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3c0e373447323b5e33b273859e790a2054771afa..94f9a6717f21ac603b3e6c02b97a69b084c09a3f:/src/wolnelektury/templates/auth/register.html diff --git a/src/wolnelektury/templates/auth/register.html b/src/wolnelektury/templates/auth/register.html index 3252caeb8..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 %}