Merged in [15693] from mahoney@nostrum.com:
Fixed link to webex request page. Fixes issue #2564.
- Legacy-Id: 15718
Note: SVN reference [15693] has been migrated to Git commit c4d88a60ee
This commit is contained in:
commit
eeba500b58
|
@ -123,7 +123,7 @@
|
|||
|
||||
<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="http://ietf.org/private/webex-request.html">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">"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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue