Skip to content

Commit caa109c

Browse files
committed
Add help text strongly encouraging always having a conference link in any interim request. Fixes ietf-tools#2973. Commit ready for merge.
- Legacy-Id: 17725
1 parent 139bcc1 commit caa109c

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

ietf/templates/meeting/interim_request.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,13 @@ <h1>Interim Meeting Request</h1>
123123

124124
<div class="form-group{% if form.remote_instructions.errors %} alert alert-danger{% endif %}">
125125
<label for="id_session_set-{{ forloop.counter0 }}-remote_instructions" class="col-md-2 control-label required">Remote Instructions</label>
126-
<div class="col-md-10">{% render_field form.remote_instructions class="form-control" placeholder="Webex (or other) URL or descriptive information (see below)" %}<p class="help-block">"Remote participation is not supported" or "Remote participation information will be obtained at the time of approval" are acceptable values. See <a href="https://www.ietf.org/forms/wg-webex-account-request/">here</a> for more on remote participation support.</p></div>
126+
<div class="col-md-10">{% render_field form.remote_instructions class="form-control" placeholder="Webex (or other) URL or descriptive information (see below)" %}
127+
<p class="help-block">
128+
For virtual interims, a conference link <b>should be provided in the original request</b> in all but the most unusual circumstances.
129+
Otherwise, "Remote participation is not supported" or "Remote participation information will be obtained at the time of approval" are acceptable values.
130+
See <a href="https://www.ietf.org/forms/wg-webex-account-request/">here</a> for more on remote participation support.
131+
</p>
132+
</div>
127133
{% if form.remote_instructions.errors %}<span class="help-inline">{{ form.remote_instructions.errors }}</span>{% endif %}
128134
</div>
129135

0 commit comments

Comments
 (0)