We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94495a0 commit 5505762Copy full SHA for 5505762
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