X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/5ab80aae5a42a5c6287dc0f50a90dc5a94ee5665..6509b5cd1935677b4fc24ebf2f40f8fc2221dac5:/src/wolnelektury/templates/auth/login.html diff --git a/src/wolnelektury/templates/auth/login.html b/src/wolnelektury/templates/auth/login.html index d0713b0c8..c32df0f79 100644 --- a/src/wolnelektury/templates/auth/login.html +++ b/src/wolnelektury/templates/auth/login.html @@ -1,11 +1,10 @@ {% load i18n %} -{% load ssi_csrf_token from ssify %}

{{ title }}

- {% ssi_csrf_token %} + {% csrf_token %}
    {{ form.as_ul }} @@ -14,7 +13,7 @@
-{% comment %} +{% if USE_OPENID %}

{% trans "Sign in using:" %}

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