fnp
/
django-ssify.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Unescape var values in render middleware.
[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
index
9b0845f
..
fe01e65
100644
(file)
--- 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 ssi
fy %}
-{% csrf_token %}
\ No newline at end of file
+{%
ssi_
csrf_token %}
\ No newline at end of file