Skip to content

Commit ec36342

Browse files
committed
Added some text about BOF requests to the important-dates page for the session request opens dates, on request from the IESG.
- Legacy-Id: 15197
1 parent fbe2898 commit ec36342

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

ietf/templates/meeting/important-dates.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,17 @@ <h3>IETF {{meeting.number}} : {{ meeting.date}}, {{meeting.city}}, {{meeting.cou
1414
<ul>
1515
{% for d in meeting.importantdate_set.all %}
1616
<li> <strong>{{d.date}} ({% if d.name.slug == 'openreg' %}Week of{% else %}{{d.date|date:'l'}}{% endif %}):</strong> {{d.name.desc}}.
17-
{% if d.name.slug == 'opensched' or d.name.slug == 'cutoffwgreq' %}
17+
{% if d.name.slug == 'opensched' %}
1818
To request a Working Group session, use the
1919
<a href="{% url 'ietf.secr.sreq.views.main' %}">IETF Meeting Session Request Tool</a>.
2020
If you are working on a BoF request, it is highly recommended
2121
to tell the IESG now by sending an email to
2222
<a href="mailto:iesg@ietf.org">iesg@ietf.org</a> to get advance help with the request.
2323
{% endif %}
24+
{% if d.name.slug == 'cutoffwgreq' %}
25+
To request a Working Group session, use the
26+
<a href="{% url 'ietf.secr.sreq.views.main' %}">IETF Meeting Session Request Tool</a>.
27+
{% endif %}
2428
{% if d.name.slug == 'cutoffbofreq' %}
2529
To request a BOF, please see instructions on <a href="https://www.ietf.org/iesg/bof-procedures.html">Requesting a BOF</a>.
2630
{% endif %}

0 commit comments

Comments
 (0)