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 a4a39f04ce
This commit is contained in:
commit
4b65f7d6d4
|
@ -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")).exclude(state='bof').order_by("acronym")
|
||||
groups = Group.objects.filter(type__in=("wg", "rg")).exclude(state__in=['bof', 'active']).order_by("acronym")
|
||||
|
||||
#urls = [ g.list_archive for g in groups if '.ietf.org' in g.list_archive ]
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ Please upload meeting minutes, as well as any presentations from your
|
|||
sessions, at your earliest convenience using the Meeting Materials Manager
|
||||
found here: {{ settings.IDTRACKER_BASE_URL }}{% url 'ietf.meeting.views.materials' num=meeting.number %}
|
||||
|
||||
Alternatively, you are welcome to send them to iesg-secretary@ietf.org for
|
||||
Alternatively, you are welcome to send them to proceedings@ietf.org for
|
||||
manual posting.
|
||||
|
||||
Groups that are missing minutes:{% for group in needs_minutes %}{% ifchanged group.parent %}
|
||||
|
|
Loading…
Reference in a new issue