diff --git a/ietf/secr/templates/includes/sessions_request_form.1_2 b/ietf/secr/templates/includes/sessions_request_form.1_2 deleted file mode 100755 index e3f3215cb..000000000 --- a/ietf/secr/templates/includes/sessions_request_form.1_2 +++ /dev/null @@ -1,61 +0,0 @@ - * Required Field -
- {% if form.non_field_errors %}{{ form.non_field_errors }}{% endif %} - - - - - - - - {% if not group.irtf_id and group.group_type.pk != 4 %} - - {% endif %} - - - - - - - - -
Working Group Name:{{ group.group_name }} ({{ group.group_acronym }})
Area Name:{% if group.area_name %}{{ group.area_name }} ({{ group.area_acronym }}){% endif %}
Number of Sessions:*{{ form.num_session.errors }}{{ form.num_session }}
Length of Session 1:*{{ form.length_session1.errors }}{{ form.length_session1 }}
Length of Session 2:*{{ form.length_session2.errors }}{{ form.length_session2 }}
Additional Session Request:{{ form.third_session }} Check this box to request an additional session.
- Additional slot may be available after agenda scheduling has closed and with the approval of an Area Director.
- Length of Third Session: {{ form.length_session3.errors }}{{ form.length_session3 }}
Number of Attendees:*{{ form.number_attendee.errors }}{{ form.number_attendee }}
Conflicts to Avoid: - - - - - - - - - - - - - - - - - - - - - - -
Other WGs that included {{ group_name }} in their conflict lists:{{ session_conflicts }}
WG Sessions:
You may select multiple WGs within each priority
First Priority:{{ form.wg_selector1 }} -
- {{ form.conflict1.errors }}{{ form.conflict1 }} -
Second Priority:{{ form.wg_selector2 }} -
- {{ form.conflict2.errors }}{{ form.conflict2 }} -
Third Priority:{{ form.wg_selector3 }} -
- {{ form.conflict3.errors }}{{ form.conflict3 }} -
BOF or IRTF Sessions:
(Please enter free-form text)
{{ form.conflict_other.errors }}{{ form.conflict_other }}
-
Special Requests:
 
i.e. WebEx (state reason needed), restrictions on meeting times/days, etc.
{{ form.special_req.errors }}{{ form.special_req }}
- - {% include "includes/buttons_save_cancel.html" %} - -