You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ietf/secr/templates/includes/sessions_request_form.html
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,16 @@
27
27
{% endfor %}
28
28
{% endif %}
29
29
<trclass="bg1"><td>Number of Attendees:{% if not is_virtual %}<spanclass="required">*</span>{% endif %}</td><td>{{ form.attendees.errors }}{{ form.attendees }}</td></tr>
30
-
<trclass="bg2"><td>People who must be present:</td><td>{{ form.bethere.errors }}{{ form.bethere }}</td></tr>
30
+
<trclass="bg2">
31
+
<td>People who must be present:</td>
32
+
<td>
33
+
{{ form.bethere.errors }}
34
+
{{ form.bethere }}
35
+
<pclass="fw-bold text-danger">
36
+
You should not include the Area Directors; they will be added automatically.
0 commit comments