From adb916465301f31411c2131ecbe147bf8e1e9494 Mon Sep 17 00:00:00 2001 From: Ryan Cross Date: Tue, 7 May 2013 21:31:54 +0000 Subject: [PATCH] add Status Changes to telechat agenda section 2 - Legacy-Id: 5706 --- ietf/secr/telechat/views.py | 2 +- ietf/secr/templates/telechat/base_telechat.html | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ietf/secr/telechat/views.py b/ietf/secr/telechat/views.py index 78a36967a..e2ca4580a 100644 --- a/ietf/secr/telechat/views.py +++ b/ietf/secr/telechat/views.py @@ -94,7 +94,7 @@ def get_section_header(file,agenda): agenda section header as a string for use in the doc template ''' h1 = {'2':'Protocol Actions','3':'Document Actions','4':'Working Group Actions'} - h2a = {'1':'WG Submissions','2':'Individual Submissions'} + h2a = {'1':'WG Submissions','2':'Individual Submissions','3':'Status Changes'} h2b = {'1':'WG Submissions','2':'Individual Submissions via AD','3':'Status Changes','4':'IRTF and Independent Submission Stream Documents'} h2c = {'1':'WG Creation','2':'WG Chartering'} h3a = {'1':'New Item','2':'Returning Item','3':'For Action'} diff --git a/ietf/secr/templates/telechat/base_telechat.html b/ietf/secr/templates/telechat/base_telechat.html index f48a1652e..cecad39b8 100644 --- a/ietf/secr/templates/telechat/base_telechat.html +++ b/ietf/secr/templates/telechat/base_telechat.html @@ -34,6 +34,12 @@
  • 2.2.3 For Action
  • {% with agenda.docs.s223 as section_docs %}{% include "telechat/doc_template.html" %}{% endwith %}
  • +
  • 2.3 Status Changes
  • +
  • 2.3.1 New Item
  • + {% with agenda.docs.s231 as section_docs %}{% include "telechat/doc_template.html" %}{% endwith %} +
  • 2.3.2 Returning Item
  • + {% with agenda.docs.232 as section_docs %}{% include "telechat/doc_template.html" %}{% endwith %} +
  • 3 Document Actions
  • 3.1 WG Submissions
  • 3.1.1 New Item