From 50a39a2b123a9d68d13e35139716fee3b270a6ed Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Thu, 24 May 2018 08:55:14 +0000 Subject: [PATCH] Added some text to the important dates page for 'opensched', on request from the IESG via Stephanie. - Legacy-Id: 15159 --- ietf/templates/meeting/important-dates.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ietf/templates/meeting/important-dates.html b/ietf/templates/meeting/important-dates.html index 52228d10b..02f5797a8 100644 --- a/ietf/templates/meeting/important-dates.html +++ b/ietf/templates/meeting/important-dates.html @@ -15,7 +15,11 @@ {% for d in meeting.importantdate_set.all %}
  • {{d.date}} ({% if d.name.slug == 'openreg' %}Week of{% else %}{{d.date|date:'l'}}{% endif %}): {{d.name.desc}}. {% if d.name.slug == 'opensched' or d.name.slug == 'cutoffwgreq' %} - To request a Working Group session, use the IETF Meeting Session Request Tool. + To request a Working Group session, use the + IETF Meeting Session Request Tool. + If you are working on a BoF request, it is highly recommended + to tell the IESG now by sending an email to + iesg@ietf.org to get advance help with the request. {% endif %} {% if d.name.slug == 'cutoffbofreq' %} To request a BOF, please see instructions on Requesting a BOF.