Show superusers the full list

This commit is contained in:
2011-09-21 13:58:40 +01:00
parent a7c6620349
commit 7ba1991ca2

View File

@@ -48,7 +48,7 @@ def group_list(request):
else:
requestable = True
if not status and not requestable:
if not status and not requestable and not request.user.is_superuser:
continue
fixed = not group.groupinformation.type == GROUP_TYPE_PERMISSION