Skip to content

Commit

Permalink
Add help text strongly encouraging always having a conference link in…
Browse files Browse the repository at this point in the history
… any interim request. Fixes #2973. Commit ready for merge.

 - Legacy-Id: 17725
  • Loading branch information
rjsparks committed May 1, 2020
1 parent 139bcc1 commit caa109c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ietf/templates/meeting/interim_request.html
Expand Up @@ -123,7 +123,13 @@ <h1>Interim Meeting Request</h1>

<div class="form-group{% if form.remote_instructions.errors %} alert alert-danger{% endif %}">
<label for="id_session_set-{{ forloop.counter0 }}-remote_instructions" class="col-md-2 control-label required">Remote Instructions</label>
<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>
<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">
For virtual interims, a conference link <b>should be provided in the original request</b> in all but the most unusual circumstances.
Otherwise, "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>
{% if form.remote_instructions.errors %}<span class="help-inline">{{ form.remote_instructions.errors }}</span>{% endif %}
</div>

Expand Down

0 comments on commit caa109c

Please sign in to comment.