Included mailing lists for groups in state 'bof' on the non-WG mailing list page, as that seems to match people's expectations better. Thiw was triggered by the observation that the 'iasa20' list was not listed on the page.
- Legacy-Id: 14740
This commit is contained in:
parent
2828683cee
commit
51b5303191
|
@ -19,7 +19,7 @@ def groups(request):
|
|||
# safely cache this for some time.
|
||||
@cache_page(15*60)
|
||||
def nonwg(request):
|
||||
groups = Group.objects.filter(type__in=("wg", "rg")).order_by("acronym")
|
||||
groups = Group.objects.filter(type__in=("wg", "rg")).exclude(state='bof').order_by("acronym")
|
||||
|
||||
#urls = [ g.list_archive for g in groups if '.ietf.org' in g.list_archive ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue