X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3c0e373447323b5e33b273859e790a2054771afa..bde2a16ae2669bea94ec0f23c60213a26d4881f4:/src/wolnelektury/templates/auth/login.html diff --git a/src/wolnelektury/templates/auth/login.html b/src/wolnelektury/templates/auth/login.html index 8509b4cf9..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,6 +13,7 @@
+{% if USE_OPENID %}

{% trans "Sign in using:" %}

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