Fix issue Secretariat Telechat app left pane missing sections
- Legacy-Id: 18201
This commit is contained in:
parent
94495a099d
commit
5505762cd7
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue