diff --git a/ietf/secr/groups/views.py b/ietf/secr/groups/views.py index 8adf9c0da..c957442f7 100644 --- a/ietf/secr/groups/views.py +++ b/ietf/secr/groups/views.py @@ -413,7 +413,7 @@ def search(request): results = Group.objects.filter(parent__id=area,type='wg',state__in=('bof','active','proposed')).order_by('name') form = SearchForm({'primary_area':area,'state':'','type':'wg'}) else: - form = SearchForm(initial={'state':'active','type':'wg'}) + form = SearchForm(initial={'state':'active'}) # loop through results and tack on meeting_scheduled because it is no longer an # attribute of the meeting model