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 5505762cd7
This commit is contained in:
Henrik Levkowetz 2020-07-21 15:02:51 +00:00
commit 491d6cc798

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 }}