There was an error while loading. Please reload this page.
2 parents 5f831bb + 5505762 commit 491d6ccCopy full SHA for 491d6cc
1 file changed
ietf/secr/templates/telechat/base_telechat.html
@@ -18,7 +18,7 @@
18
<h2>Agenda {{ date }}</h2>
19
{% if agenda %}
20
<ul>
21
- {% for num, section in agenda.sections.iteritems %}
+ {% for num, section in agenda.sections.items %}
22
{% if num >= "2" and num < "5" %}
23
<li class="level{{ num|sectionlevel }}">{{ num }} {{ section.title }}
24
0 commit comments