fix getting wrong queryset

This commit is contained in:
Laura Klünder 2017-12-20 22:34:47 +01:00
parent ee2ff8f631
commit f9b9f75b7e

View file

@ -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 %}