mirror of
https://github.com/jazzband/django-authority.git
synced 2026-03-16 22:20:28 +00:00
Fixed typo
This commit is contained in:
parent
49a52b7957
commit
3cb36d9e24
2 changed files with 2 additions and 2 deletions
|
|
@ -124,7 +124,7 @@ def ifhasperm(parser, token):
|
|||
meh
|
||||
{% endifhasperm %}
|
||||
|
||||
{% if hasperm "poll_permission.change_poll" request.user %}
|
||||
{% ifhasperm "poll_permission.change_poll" request.user %}
|
||||
lalala
|
||||
{% else %}
|
||||
meh
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ Syntax::
|
|||
|
||||
Example::
|
||||
|
||||
{% if hasperm "poll_permission.change_poll" request.user %}
|
||||
{% ifhasperm "poll_permission.change_poll" request.user %}
|
||||
lalala
|
||||
{% else %}
|
||||
meh
|
||||
|
|
|
|||
Loading…
Reference in a new issue