X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c26ab6ee15974c1133a6d08c459b51199185f25f..6dd3e47a80aeb8d0208bcbfdaaa6275d0cceae3d:/apps/wolnelektury_core/templates/auth/login_register.html diff --git a/apps/wolnelektury_core/templates/auth/login_register.html b/apps/wolnelektury_core/templates/auth/login_register.html index f879d4674..80d3d232a 100755 --- a/apps/wolnelektury_core/templates/auth/login_register.html +++ b/apps/wolnelektury_core/templates/auth/login_register.html @@ -1,5 +1,7 @@ {% extends "auth/login.html" %} {% load i18n %} +{% load honeypot %} +{% load ssi_csrf_token from ssify %} {% block extra %} @@ -7,8 +9,10 @@