diff options
| author | Tim Graham <timograham@gmail.com> | 2017-02-02 20:43:21 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-02-03 08:01:45 -0500 |
| commit | 29f607927fe82e2c8baab171dfa8baf710cd9b83 (patch) | |
| tree | f525c6c4784ccafe77e01f706093fa6f4a5c9481 /tests/auth_tests/templates/context_processors/auth_attrs_perms.html | |
| parent | a21ec12409a5b72d602cd03ee925b6ceb1cd5492 (diff) | |
Fixed spelling of "nonexistent".
Diffstat (limited to 'tests/auth_tests/templates/context_processors/auth_attrs_perms.html')
| -rw-r--r-- | tests/auth_tests/templates/context_processors/auth_attrs_perms.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auth_tests/templates/context_processors/auth_attrs_perms.html b/tests/auth_tests/templates/context_processors/auth_attrs_perms.html index 6f441afc10..b1c829bd98 100644 --- a/tests/auth_tests/templates/context_processors/auth_attrs_perms.html +++ b/tests/auth_tests/templates/context_processors/auth_attrs_perms.html @@ -1,4 +1,4 @@ {% if perms.auth %}Has auth permissions{% endif %} {% if perms.auth.add_permission %}Has auth.add_permission permissions{% endif %} -{% if perms.nonexisting %}nonexisting perm found{% endif %} -{% if perms.auth.nonexisting in perms %}auth.nonexisting perm found{% endif %} +{% if perms.nonexistent %}nonexistent perm found{% endif %} +{% if perms.auth.nonexistent in perms %}auth.nonexistent perm found{% endif %} |
