Skip to content

Commit 4b65f7d

Browse files
committed
Merged in [15145] from rjsparks@nostrum.com:
Secretariat requested tweak to the request for minutes template. - Legacy-Id: 15154 Note: SVN reference [15145] has been migrated to Git commit a4a39f0
2 parents d251287 + a4a39f0 commit 4b65f7d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/mailinglists/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def groups(request):
1919
# safely cache this for some time.
2020
@cache_page(15*60)
2121
def nonwg(request):
22-
groups = Group.objects.filter(type__in=("wg", "rg")).exclude(state='bof').order_by("acronym")
22+
groups = Group.objects.filter(type__in=("wg", "rg")).exclude(state__in=['bof', 'active']).order_by("acronym")
2323

2424
#urls = [ g.list_archive for g in groups if '.ietf.org' in g.list_archive ]
2525

ietf/templates/meeting/request_minutes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Please upload meeting minutes, as well as any presentations from your
1010
sessions, at your earliest convenience using the Meeting Materials Manager
1111
found here: {{ settings.IDTRACKER_BASE_URL }}{% url 'ietf.meeting.views.materials' num=meeting.number %}
1212

13-
Alternatively, you are welcome to send them to iesg-secretary@ietf.org for
13+
Alternatively, you are welcome to send them to proceedings@ietf.org for
1414
manual posting.
1515

1616
Groups that are missing minutes:{% for group in needs_minutes %}{% ifchanged group.parent %}

0 commit comments

Comments
 (0)