Not requestable, not a member

This commit is contained in:
2011-09-21 13:55:35 +01:00
parent 8ef64c71cd
commit a7c6620349

View File

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