From 1fe833e18d2f7db563302f18f71e3a07e27b169c Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 27 Feb 2011 11:42:27 -0600 Subject: Screen Fellows based on group membership as well Signed-off-by: Dan McGee --- public/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public') diff --git a/public/views.py b/public/views.py index 7d10e74f..551e1e18 100644 --- a/public/views.py +++ b/public/views.py @@ -26,7 +26,7 @@ def userlist(request, type='Developers'): users = users.filter(is_active=True, groups__name="Trusted Users") msg = "Here are all your friendly Arch Linux Trusted Users who are in charge of the [community] repository." elif type == 'Fellows': - users = users.filter(is_active=False) + users = users.filter(is_active=False, groups__name__in=["Developers", "Trusted Users"]) msg = "Below you can find a list of ex-developers (aka project fellows). These folks helped make Arch what it is today. Thanks!" context = { -- cgit v1.2.3-55-g3dc8