Skip to content

Commit 50a39a2

Browse files
committed
Added some text to the important dates page for 'opensched', on request from the IESG via Stephanie.
- Legacy-Id: 15159
1 parent 01f4a36 commit 50a39a2

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
@@ -15,7 +15,11 @@ <h3>IETF {{meeting.number}} : {{ meeting.date}}, {{meeting.city}}, {{meeting.cou
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}}.
1717
{% if d.name.slug == 'opensched' or d.name.slug == 'cutoffwgreq' %}
18-
To request a Working Group session, use the <a href="{% url 'ietf.secr.sreq.views.main' %}">IETF Meeting Session Request Tool</a>.
18+
To request a Working Group session, use the
19+
<a href="{% url 'ietf.secr.sreq.views.main' %}">IETF Meeting Session Request Tool</a>.
20+
If you are working on a BoF request, it is highly recommended
21+
to tell the IESG now by sending an email to
22+
<a href="mailto:iesg@ietf.org">iesg@ietf.org</a> to get advance help with the request.
1923
{% endif %}
2024
{% if d.name.slug == 'cutoffbofreq' %}
2125
To request a BOF, please see instructions on <a href="https://www.ietf.org/iesg/bof-procedures.html">Requesting a BOF</a>.

0 commit comments

Comments
 (0)