Skip to content

Commit b4e2847

Browse files
committed
Fix typo.
1 parent 285a6b5 commit b4e2847

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

ietf/secr/templates/includes/sessions_request_form.html

Lines changed: 10 additions & 1 deletion
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 }}<p class="fw-bold text-danger">You should not include the Area Directors; they wil be added automatically.</p></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>

0 commit comments

Comments
 (0)