summaryrefslogtreecommitdiff
path: root/tests/regressiontests/context_processors
diff options
context:
space:
mode:
Diffstat (limited to 'tests/regressiontests/context_processors')
-rw-r--r--tests/regressiontests/context_processors/templates/context_processors/auth_attrs_user.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/regressiontests/context_processors/templates/context_processors/auth_attrs_user.html b/tests/regressiontests/context_processors/templates/context_processors/auth_attrs_user.html
index 7ed16d7867..5df2a344cc 100644
--- a/tests/regressiontests/context_processors/templates/context_processors/auth_attrs_user.html
+++ b/tests/regressiontests/context_processors/templates/context_processors/auth_attrs_user.html
@@ -1,4 +1,4 @@
-unicode: {{ user }}
+{% load url from future %}unicode: {{ user }}
id: {{ user.id }}
username: {{ user.username }}
-url: {% url userpage user %}
+url: {% url 'userpage' user %}