person menu: add style for submenus

This commit is contained in:
nobohan
2021-06-29 16:22:58 +02:00
parent 93a44d8303
commit ab1edee9fb
3 changed files with 12 additions and 5 deletions

View File

@@ -16,8 +16,8 @@
#}
<ul class="tab-nav">
{% for menu in menus %}
<li class="">
<li class="{{ menu.extra('class') }}">
<a href="{{ menu.uri }}" >{{ menu.label|upper }}</a>
</li>
{% endfor %}
</ul>
</ul>