X-Git-Url: https://git.mdrn.pl/django-ssify.git/blobdiff_plain/3d5016c1dea235acae62c25606f7b65e1e75abd5..64c5163e7aead7eb60951e040998ade343c079c5:/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