Improve concert details and add usage statistics

This commit is contained in:
kai
2026-08-27 18:50:19 +02:00
parent 74e337aaa9
commit c1306f86f6
4 changed files with 70 additions and 0 deletions
+1
View File
@@ -2,4 +2,5 @@
<a href="/admin/users" class="{% if admin_section == 'users' %}active{% endif %}">👥 Benutzer</a>
<a href="/admin/venues" class="{% if admin_section == 'venues' %}active{% endif %}">📍 Veranstaltungsorte</a>
<a href="/admin/patches" class="{% if admin_section == 'patches' %}active{% endif %}">🧵 Patch-Bilder</a>
<a href="/admin/statistics" class="{% if admin_section == 'statistics' %}active{% endif %}">📊 Nutzungsstatistik</a>
</nav>