There was an error while loading. Please reload this page.
1 parent 11f3efd commit 53ec62aCopy full SHA for 53ec62a
1 file changed
ietf/secr/templates/telechat/base_telechat.html
@@ -38,7 +38,7 @@ <h2>Agenda {{ date }}</h2>
38
<li>2.3.1 New Item</li>
39
{% with agenda.docs.s231 as section_docs %}{% include "telechat/doc_template.html" %}{% endwith %}
40
<li>2.3.2 Returning Item</li>
41
- {% with agenda.docs.232 as section_docs %}{% include "telechat/doc_template.html" %}{% endwith %}
+ {% with agenda.docs.s232 as section_docs %}{% include "telechat/doc_template.html" %}{% endwith %}
42
<li></li>
43
<li class="level1">3 Document Actions</li>
44
<li>3.1 WG Submissions</li>
0 commit comments