You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merged in [12330] and [12331] from rcross@amsl.com:
Add the ability for the Secretariat to skip the announcement when scheduling an IRTF interim meeting. Fixesietf-tools#2015.
- Legacy-Id: 12344
Note: SVN reference [12330] has been migrated to Git commit d7c1fdd
Note: SVN reference [12331] has been migrated to Git commit b04d07e
{# Copyright The IETF Trust 2015, All Rights Reserved #}
3
+
{% load origin %}
4
+
{% load staticfiles bootstrap3 widget_tweaks %}
5
+
6
+
{% block title %}Interim Meetings Skip Announcement{% endblock %}
7
+
8
+
9
+
{% block content %}
10
+
{% origin %}
11
+
<h1>Interim Meetings Skip Announcement</h1>
12
+
13
+
<p>You are requesting to complete scheduling of the interim meeting for {{ meeting.session_set.first.group.acronym|upper }} on {{ meeting.date }} without sending an announcemnt.</p>
0 commit comments