Polish typography and responsive admin navigation

This commit is contained in:
kai
2026-08-27 09:50:58 +02:00
parent 0343d9c966
commit 1782fef70c
4 changed files with 19 additions and 19 deletions
+1
View File
@@ -4,6 +4,7 @@
<a href="/profile">Mein Profil</a>
<a href="/messages">Nachrichten{% if user.unread_message_count %} <span class="menu-count">{{ user.unread_message_count }}</span>{% endif %}</a>
{% if user.event_invitation_count %}<a href="/#event-invitations">Veranstaltungseinladungen <span class="menu-count">{{ user.event_invitation_count }}</span></a>{% endif %}
{% if user.is_admin %}<a href="/admin">⚙️ Verwaltung</a>{% endif %}
<form method="post" action="/logout">
<button type="submit">Abmelden</button>
</form>