Skip to content

Commit 46656c2

Browse files
committed
Fixes ticket ietf-tools#958. Branch ready for merge.
- Legacy-Id: 8005
1 parent 5e0f403 commit 46656c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/group/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def active_wgs(request):
163163
area.urls = area.groupurl_set.all().order_by("name")
164164
for group in area.groups:
165165
group.chairs = sorted(roles(group, "chair"), key=extract_last_name)
166-
# get the url for list subscription
166+
# get the url for mailing list subscription
167167
if group.list_subscribe.startswith('http'):
168168
group.list_subscribe_url = group.list_subscribe
169169
elif group.list_email.endswith('@ietf.org'):

0 commit comments

Comments
 (0)