From a7c662034990ac9b5f32564cc484b426485adf62 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 21 Sep 2011 13:55:35 +0100 Subject: [PATCH] Not requestable, not a member --- app/groups/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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