Skip to content

Commit 53ec62a

Browse files
committed
Fix a bug in the Secretariat telechat menu, "232" -> "s232"
- Legacy-Id: 6394
1 parent 11f3efd commit 53ec62a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/secr/templates/telechat/base_telechat.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h2>Agenda {{ date }}</h2>
3838
<li>2.3.1 New Item</li>
3939
{% with agenda.docs.s231 as section_docs %}{% include "telechat/doc_template.html" %}{% endwith %}
4040
<li>2.3.2 Returning Item</li>
41-
{% with agenda.docs.232 as section_docs %}{% include "telechat/doc_template.html" %}{% endwith %}
41+
{% with agenda.docs.s232 as section_docs %}{% include "telechat/doc_template.html" %}{% endwith %}
4242
<li></li>
4343
<li class="level1">3 Document Actions</li>
4444
<li>3.1 WG Submissions</li>

0 commit comments

Comments
 (0)