X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e9f8a9269b64a5af7c95d6c2714b1ae97e68d6a1..4b4e3aa4d7f75f4bee66b3f3098cbeb756adb8d0:/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 }}