Fixes ticket #958. Branch ready for merge.

- Legacy-Id: 8005
This commit is contained in:
Peng Fan 2014-07-01 04:00:18 +00:00
parent 5e0f4032d7
commit 46656c2e8f

View file

@ -163,7 +163,7 @@ def active_wgs(request):
area.urls = area.groupurl_set.all().order_by("name")
for group in area.groups:
group.chairs = sorted(roles(group, "chair"), key=extract_last_name)
# get the url for list subscription
# get the url for mailing list subscription
if group.list_subscribe.startswith('http'):
group.list_subscribe_url = group.list_subscribe
elif group.list_email.endswith('@ietf.org'):