add Status Changes to telechat agenda section 2
- Legacy-Id: 5706
This commit is contained in:
parent
f8dbd6e055
commit
adb9164653
|
@ -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'}
|
||||
|
|
|
@ -34,6 +34,12 @@
|
|||
<li>2.2.3 For Action</li>
|
||||
{% with agenda.docs.s223 as section_docs %}{% include "telechat/doc_template.html" %}{% endwith %}
|
||||
<li></li>
|
||||
<li>2.3 Status Changes</li>
|
||||
<li>2.3.1 New Item</li>
|
||||
{% with agenda.docs.s231 as section_docs %}{% include "telechat/doc_template.html" %}{% endwith %}
|
||||
<li>2.3.2 Returning Item</li>
|
||||
{% with agenda.docs.232 as section_docs %}{% include "telechat/doc_template.html" %}{% endwith %}
|
||||
<li></li>
|
||||
<li class="level1">3 Document Actions</li>
|
||||
<li>3.1 WG Submissions</li>
|
||||
<li>3.1.1 New Item</li>
|
||||
|
|
Loading…
Reference in a new issue