Skip to content

Commit 491d6cc

Browse files
committed
Merged in [18201] from rcross@amsl.com:
Fix issue Secretariat Telechat app left pane missing sections - Legacy-Id: 18212 Note: SVN reference [18201] has been migrated to Git commit 5505762
2 parents 5f831bb + 5505762 commit 491d6cc

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)