Skip to content

Commit eeba500

Browse files
committed
Merged in [15693] from mahoney@nostrum.com:
Fixed link to webex request page. Fixes issue ietf-tools#2564. - Legacy-Id: 15718 Note: SVN reference [15693] has been migrated to Git commit c4d88a6
2 parents 07dd66e + c4d88a6 commit eeba500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ietf/templates/meeting/interim_request.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ <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="http://ietf.org/private/webex-request.html">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)" %}<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>
127127
{% if form.remote_instructions.errors %}<span class="help-inline">{{ form.remote_instructions.errors }}</span>{% endif %}
128128
</div>
129129

0 commit comments

Comments
 (0)