Fix issue Secretariat Telechat app left pane missing sections

- Legacy-Id: 18201
This commit is contained in:
Ryan Cross 2020-07-20 18:12:00 +00:00
parent 94495a099d
commit 5505762cd7

View file

@ -18,7 +18,7 @@
<h2>Agenda {{ date }}</h2>
{% if agenda %}
<ul>
{% for num, section in agenda.sections.iteritems %}
{% for num, section in agenda.sections.items %}
{% if num >= "2" and num < "5" %}
<li class="level{{ num|sectionlevel }}">{{ num }} {{ section.title }}