working on #10

This commit is contained in:
Arthur Gerbaud
2016-11-15 16:47:44 +01:00
parent b085d6295c
commit 96f013041b
8 changed files with 55 additions and 13 deletions

View File

@@ -15,7 +15,7 @@
<li class="{% if app == active_app %}active{%endif%}">
<a href="/{{app.label}}/">{% bootstrap_icon app.menu_icon %} &middot; <strong>{{ app.name|title }}</strong></a>
</li>
{% if app == active_app %}{% for t in app_menu %}{% include t %}{% endfor %}{% endif %}
{% if app == active_app %}{% for template in app_menu %}{% include template %}{% endfor %}{% endif %}
{% endif %}{%endfor%}
</ul>
<ul class="nav navbar-nav navbar-right">