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
This commit is contained in:
Henrik Levkowetz 2018-05-31 16:36:55 +00:00
parent fbe28981fc
commit ec363429a3

View file

@ -14,13 +14,17 @@
<ul>
{% for d in meeting.importantdate_set.all %}
<li> <strong>{{d.date}} ({% if d.name.slug == 'openreg' %}Week of{% else %}{{d.date|date:'l'}}{% endif %}):</strong> {{d.name.desc}}.
{% if d.name.slug == 'opensched' or d.name.slug == 'cutoffwgreq' %}
{% if d.name.slug == 'opensched' %}
To request a Working Group session, use the
<a href="{% url 'ietf.secr.sreq.views.main' %}">IETF Meeting Session Request Tool</a>.
If you are working on a BoF request, it is highly recommended
to tell the IESG now by sending an email to
<a href="mailto:iesg@ietf.org">iesg@ietf.org</a> to get advance help with the request.
{% endif %}
{% if d.name.slug == 'cutoffwgreq' %}
To request a Working Group session, use the
<a href="{% url 'ietf.secr.sreq.views.main' %}">IETF Meeting Session Request Tool</a>.
{% endif %}
{% if d.name.slug == 'cutoffbofreq' %}
To request a BOF, please see instructions on <a href="https://www.ietf.org/iesg/bof-procedures.html">Requesting a BOF</a>.
{% endif %}