X-Git-Url: https://git.mdrn.pl/django-ssify.git/blobdiff_plain/196df9e8170262c31790260d4e280b9981b557d1..a7e203754929b2a49b33197811252ba88b3e047e:/tests/templates/tests_csrf/csrf_token.html?ds=sidebyside 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