diff --git a/app/groups/views.py b/app/groups/views.py index 2ef8641..f88a5f5 100644 --- a/app/groups/views.py +++ b/app/groups/views.py @@ -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