diff --git a/ietf/secr/templates/includes/sessions_request_form.html b/ietf/secr/templates/includes/sessions_request_form.html index 3071af16c..6d4344710 100755 --- a/ietf/secr/templates/includes/sessions_request_form.html +++ b/ietf/secr/templates/includes/sessions_request_form.html @@ -27,7 +27,16 @@ {% endfor %} {% endif %} Number of Attendees:{% if not is_virtual %}*{% endif %}{{ form.attendees.errors }}{{ form.attendees }} - People who must be present:{{ form.bethere.errors }}{{ form.bethere }} + + People who must be present: + + {{ form.bethere.errors }} + {{ form.bethere }} +

+ You should not include the Area Directors; they will be added automatically. +

+ + Conflicts to Avoid: @@ -121,4 +130,4 @@
  • - + \ No newline at end of file