X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/7583035c199c378c8d019937d155992709536b91..ec20d8aad93b7e0ddfa964f68e5ea31424e8aa4e:/apps/wolnelektury_core/templates/auth/login.html diff --git a/apps/wolnelektury_core/templates/auth/login.html b/apps/wolnelektury_core/templates/auth/login.html index 671f32a5a..756b8ad31 100644 --- a/apps/wolnelektury_core/templates/auth/login.html +++ b/apps/wolnelektury_core/templates/auth/login.html @@ -1,9 +1,11 @@ {% load i18n %} +{% load ssi_csrf_token from ssify %} +

{{ title }}

-{% csrf_token %} +{% ssi_csrf_token %}
    {{ form.as_ul }}