X-Git-Url: https://git.mdrn.pl/django-ssify.git/blobdiff_plain/196df9e8170262c31790260d4e280b9981b557d1..e89d22d4e7a6d5846fe964851b0f1a209bf0a521:/tests/templates/tests_csrf/csrf_token.html diff --git a/tests/templates/tests_csrf/csrf_token.html b/tests/templates/tests_csrf/csrf_token.html index 9b0845f..fe01e65 100644 --- a/tests/templates/tests_csrf/csrf_token.html +++ b/tests/templates/tests_csrf/csrf_token.html @@ -1,3 +1,3 @@ -{% load ssify %} +{% load ssi_csrf_token from ssify %} -{% csrf_token %} \ No newline at end of file +{% ssi_csrf_token %} \ No newline at end of file