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.