Skip to content

Commit 8a6ff17

Browse files
authored
fix: Add reminder to not include ADs in "people who must be present" (ietf-tools#4527)
* fix: Add reminder to not include ADs in "people who must be present" * Fix typo.
1 parent 2058522 commit 8a6ff17

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

ietf/secr/templates/includes/sessions_request_form.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,16 @@
2727
{% endfor %}
2828
{% endif %}
2929
<tr class="bg1"><td>Number of Attendees:{% if not is_virtual %}<span class="required">*</span>{% endif %}</td><td>{{ form.attendees.errors }}{{ form.attendees }}</td></tr>
30-
<tr class="bg2"><td>People who must be present:</td><td>{{ form.bethere.errors }}{{ form.bethere }}</td></tr>
30+
<tr class="bg2">
31+
<td>People who must be present:</td>
32+
<td>
33+
{{ form.bethere.errors }}
34+
{{ form.bethere }}
35+
<p class="fw-bold text-danger">
36+
You should not include the Area Directors; they will be added automatically.
37+
</p>
38+
</td>
39+
</tr>
3140
<tr class="bg1"><td>Conflicts to Avoid:</td>
3241
<td>
3342
<table>
@@ -121,4 +130,4 @@
121130
<li><button type="button" onclick="history.back()">Back</button></li>
122131
</ul>
123132
</div>
124-
</form>
133+
</form>

0 commit comments

Comments
 (0)