mirror of
https://github.com/jazzband/django-authority.git
synced 2026-03-16 22:20:28 +00:00
Fixed oversight in example flatpage template.
This commit is contained in:
parent
8aceec2104
commit
18969fa389
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
</li>
|
||||
|
||||
<li>Permission form for adding a specific permission "add_flatpage"
|
||||
{% permission_form flatpage "add_flatpage" %}
|
||||
{% permission_form flatpage "flatpage_permission.add_flatpage" %}
|
||||
</li>
|
||||
|
||||
<li>Permission form with a list of options queried from the authority
|
||||
|
|
|
|||
Loading…
Reference in a new issue