From caa109cb4288043d94454e7db253936611a4579f Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Fri, 1 May 2020 19:43:45 +0000 Subject: [PATCH] Add help text strongly encouraging always having a conference link in any interim request. Fixes #2973. Commit ready for merge. - Legacy-Id: 17725 --- ietf/templates/meeting/interim_request.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ietf/templates/meeting/interim_request.html b/ietf/templates/meeting/interim_request.html index e1d0d48cd..19981dba7 100644 --- a/ietf/templates/meeting/interim_request.html +++ b/ietf/templates/meeting/interim_request.html @@ -123,7 +123,13 @@
-
{% render_field form.remote_instructions class="form-control" placeholder="Webex (or other) URL or descriptive information (see below)" %}

"Remote participation is not supported" or "Remote participation information will be obtained at the time of approval" are acceptable values. See here for more on remote participation support.

+
{% render_field form.remote_instructions class="form-control" placeholder="Webex (or other) URL or descriptive information (see below)" %} +

+ For virtual interims, a conference link should be provided in the original request 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 here for more on remote participation support. +

+
{% if form.remote_instructions.errors %}{{ form.remote_instructions.errors }}{% endif %}