summaryrefslogtreecommitdiff
path: root/tests/auth_tests/templates/context_processors/auth_attrs_perm_in_perms.html
blob: 04f26e624b69df471c6cb14c8f47a83e5baaa18d (plain)
1
2
3
4
{% if 'auth' in perms %}Has auth permissions{% endif %}
{% if 'auth.add_permission' in perms %}Has auth.add_permission permissions{% endif %}
{% if 'nonexistent' in perms %}nonexistent perm found{% endif %}
{% if 'auth.nonexistent' in perms %}auth.nonexistent perm found{% endif %}