summaryrefslogtreecommitdiff
path: root/tests/auth_tests/templates/context_processors/auth_attrs_perm_in_perms.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auth_tests/templates/context_processors/auth_attrs_perm_in_perms.html')
-rw-r--r--tests/auth_tests/templates/context_processors/auth_attrs_perm_in_perms.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auth_tests/templates/context_processors/auth_attrs_perm_in_perms.html b/tests/auth_tests/templates/context_processors/auth_attrs_perm_in_perms.html
index 3a18cd7405..04f26e624b 100644
--- a/tests/auth_tests/templates/context_processors/auth_attrs_perm_in_perms.html
+++ b/tests/auth_tests/templates/context_processors/auth_attrs_perm_in_perms.html
@@ -1,4 +1,4 @@
{% if 'auth' in perms %}Has auth permissions{% endif %}
{% if 'auth.add_permission' in perms %}Has auth.add_permission permissions{% endif %}
-{% if 'nonexisting' in perms %}nonexisting perm found{% endif %}
-{% if 'auth.nonexisting' in perms %}auth.nonexisting perm found{% endif %}
+{% if 'nonexistent' in perms %}nonexistent perm found{% endif %}
+{% if 'auth.nonexistent' in perms %}auth.nonexistent perm found{% endif %}