X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..ddf2102eff7ea420a4ea5144c43409587fc1156e:/src/wolnelektury/templates/auth/login.html diff --git a/src/wolnelektury/templates/auth/login.html b/src/wolnelektury/templates/auth/login.html index 756b8ad31..c32df0f79 100644 --- a/src/wolnelektury/templates/auth/login.html +++ b/src/wolnelektury/templates/auth/login.html @@ -1,26 +1,27 @@ {% load i18n %} -{% load ssi_csrf_token from ssify %}

{{ title }}

-{% ssi_csrf_token %} -
    + class="cuteform{% if placeholdize %} hidelabels{% endif %}"> + {% 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 %}