Skip to content

Commit 7b24874

Browse files
committed
Merged in [17725] from rjsparks@nostrum.com:
Add help text strongly encouraging always having a conference link in any interim request. Fixes ietf-tools#2973. - Legacy-Id: 17741 Note: SVN reference [17725] has been migrated to Git commit caa109c
2 parents dcd2b69 + caa109c commit 7b24874

2 files changed

Lines changed: 9 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

ready-for-merge

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
# --- Add entries at the top ---
99

10+
^/personal/henrik/6.128.1-cleanup@17711
11+
1012
^/personal/rjs/6.128.1.dev0@17712
1113

1214
^/personal/housley/6.121.1.dev0@17521

0 commit comments

Comments
 (0)