X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..f99929a3fa250a4d39388013b990334ae1f7c779:/src/wolnelektury/templates/auth/login.html diff --git a/src/wolnelektury/templates/auth/login.html b/src/wolnelektury/templates/auth/login.html index 756b8ad31..296571348 100644 --- a/src/wolnelektury/templates/auth/login.html +++ b/src/wolnelektury/templates/auth/login.html @@ -4,23 +4,25 @@

{{ title }}

-{% ssi_csrf_token %} -
    + class="cuteform{% if placeholdize %} hidelabels{% endif %}"> + {% ssi_csrf_token %} +
      {{ form.as_ul }}
    1. {% trans "Forgot Password?" %}
    2. -
    +
+{% if USE_OPENID %}

{% trans "Sign in using:" %}

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