A somewhat usable and tested version.
[django-ssify.git] / 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
new file mode 100644 (file)
index 0000000..9b0845f
--- /dev/null
@@ -0,0 +1,3 @@
+{% load ssify %}
+
+{% csrf_token %}
\ No newline at end of file