Skip to content

Commit 5505762

Browse files
committed
Fix issue Secretariat Telechat app left pane missing sections
- Legacy-Id: 18201
1 parent 94495a0 commit 5505762

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
@@ -18,7 +18,7 @@
1818
<h2>Agenda {{ date }}</h2>
1919
{% if agenda %}
2020
<ul>
21-
{% for num, section in agenda.sections.iteritems %}
21+
{% for num, section in agenda.sections.items %}
2222
{% if num >= "2" and num < "5" %}
2323
<li class="level{{ num|sectionlevel }}">{{ num }} {{ section.title }}
2424

0 commit comments

Comments
 (0)