Merged in [17725] from rjsparks@nostrum.com:

Add help text strongly encouraging always having a conference link in any interim request. Fixes #2973.
 - Legacy-Id: 17741
Note: SVN reference [17725] has been migrated to Git commit caa109cb42
This commit is contained in:
Henrik Levkowetz 2020-05-05 14:46:07 +00:00
commit 7b24874b0e
2 changed files with 9 additions and 1 deletions

View file

@ -123,7 +123,13 @@
<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>

View file

@ -7,6 +7,8 @@
# --- Add entries at the top ---
^/personal/henrik/6.128.1-cleanup@17711
^/personal/rjs/6.128.1.dev0@17712
^/personal/housley/6.121.1.dev0@17521