If you require assistance in using this tool, or wish to report a bug, then please send a message to ietf-action@ietf.org.
-
To submit your request via email, please send your request to agenda@ietf.org.
-
\ No newline at end of file
diff --git a/ietf/secr/templates/includes/sessions_request_form.html b/ietf/secr/templates/includes/sessions_request_form.html
deleted file mode 100755
index 61b1673357..0000000000
--- a/ietf/secr/templates/includes/sessions_request_form.html
+++ /dev/null
@@ -1,130 +0,0 @@
-* Required Field
-
\ No newline at end of file
diff --git a/ietf/secr/templates/includes/sessions_request_view.html b/ietf/secr/templates/includes/sessions_request_view.html
deleted file mode 100644
index bc6aef0611..0000000000
--- a/ietf/secr/templates/includes/sessions_request_view.html
+++ /dev/null
@@ -1,73 +0,0 @@
-{% load ams_filters %}
-
-
-
Working Group Name:
{{ group.name }} ({{ group.acronym }})
-
Area Name:
{{ group.parent }}
-
Number of Sessions Requested:
{% if session.third_session %}3{% else %}{{ session.num_session }}{% endif %}
- {% if form %}
- {% include 'includes/sessions_request_view_formset.html' with formset=form.session_forms group=group session=session only %}
- {% else %}
- {% include 'includes/sessions_request_view_session_set.html' with session_set=sessions group=group session=session only %}
- {% endif %}
-
Number of Attendees:
{{ session.attendees }}
-
-
Conflicts to Avoid:
-
- {% if session_conflicts.outbound %}
-
-
- {% for conflict in session_conflicts.outbound %}
-
{{ conflict.name|title }}:
{{ conflict.groups }}
- {% endfor %}
-
-
- {% else %}None{% endif %}
-
-
-
-
Other WGs that included {{ group }} in their conflict list:
-
{% if session_conflicts.inbound %}{{ session_conflicts.inbound }}{% else %}None so far{% endif %}
- {% if session.joint_with_groups %}
- {{ session.joint_for_session_display }} with: {{ session.joint_with_groups }}
- {% else %}
- Not a joint session
- {% endif %}
-
-
- {% endif %}
-
Special Requests:
{{ session.comments }}
- {% if form and form.notifications_optional %}
-
-
- {{ form.send_notifications.label}}
-
-
- {% if form.cleaned_data.send_notifications %}Yes{% else %}No{% endif %}
-
-
- {% endif %}
-
-
\ No newline at end of file
diff --git a/ietf/secr/templates/includes/sessions_request_view_formset.html b/ietf/secr/templates/includes/sessions_request_view_formset.html
deleted file mode 100644
index 80cad8d829..0000000000
--- a/ietf/secr/templates/includes/sessions_request_view_formset.html
+++ /dev/null
@@ -1,32 +0,0 @@
-{% load ams_filters %}{# keep this in sync with sessions_request_view_session_set.html #}
-{% for sess_form in formset %}{% if sess_form.cleaned_data and not sess_form.cleaned_data.DELETE %}
-
-
- {% include "includes/sessions_request_view.html" %}
-
- {% if group.features.acts_like_wg and form.session_forms.forms_to_keep|length > 2 %}
-
-
-
- Note: Your request for a third session must be approved by an area director before
- being submitted to agenda@ietf.org. Click "Submit" below to email an approval
- request to the area directors.
-
-
The list below includes those working groups that you currently chair which do not already have a session scheduled. You can click on an acronym to initiate a request for a new session at the upcoming IETF meeting. Click "Group will not meet" to send a notification that the group does not plan to meet.
-
- {% for group in unscheduled_groups %}
-
- {{ group.acronym }}
- {% if group.not_meeting %}
- (Currently, this group does not plan to hold a session at IETF {{ meeting.number }})
- {% endif %}
-
- {% empty %}
-
NONE
- {% endfor %}
-
-
-
-
-
Edit / Cancel Previously Requested Sessions
-
The list below includes those working groups for which you or your co-chair has requested sessions at the upcoming IETF meeting. You can click on an acronym to initiate changes to a session, or cancel a session.
+ {% endif %}
+{% endblock %}
\ No newline at end of file
diff --git a/ietf/templates/admin/meeting/RegistrationTicket/change_list.html b/ietf/templates/admin/meeting/RegistrationTicket/change_list.html
new file mode 100644
index 0000000000..62784b2cb6
--- /dev/null
+++ b/ietf/templates/admin/meeting/RegistrationTicket/change_list.html
@@ -0,0 +1,10 @@
+{% extends "admin/change_list.html" %}
+
+{% block search %}
+ {{ block.super }} {# This includes the original search form #}
+ {% if cl.search_fields %} {# Only show if search is enabled for the model #}
+