Added eversport activities

This commit is contained in:
2025-01-08 22:15:36 +01:00
parent 4ca34b55de
commit 00e8047fb7
2 changed files with 85 additions and 63 deletions

View File

@@ -3,7 +3,7 @@
{% for subitem in subitems %}
{% if subitem.subitems %}
<li class="dropdown-submenu">
<a class="dropdown-item dropdown-toggle" href="#" data-bs-toggle="tooltip" title="{{ subitem.description }}">
<a class="dropdown-item" title="{{ subitem.description }}">
<i class="{{ subitem.icon_class }}"></i> {{ subitem.name }}
</a>
<ul class="dropdown-submenu">