fix getting wrong queryset
This commit is contained in:
parent
ee2ff8f631
commit
f9b9f75b7e
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@
|
|||
<th>{% trans 'key' %}</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
{% for permission in user.accesspermissions.all %}
|
||||
{% for permission in access_permissions %}
|
||||
<tr>
|
||||
<td>
|
||||
{% if permission.author %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue