Python 3 compatibility

This commit is contained in:
David Baumgold 2016-05-20 09:22:18 -07:00
parent 3ce12545ec
commit be9d1464ce
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
{% for id, item in bag('menu').iteritems() %}
{% for id, item in bag('menu').items() %}
<li{% if this.is_child_of(item.path) %} class="active"{% endif
%}><a href="{{ item.path|url }}">{{ item.label }}</a></li>
{% endfor %}