Add user follows to following feed

This commit is contained in:
2026-09-15 09:22:25 +02:00
parent 55174684af
commit c4a84ec135
12 changed files with 213 additions and 28 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<a href="/profile">{{ _('Mein Profil') }}</a>
<a href="/messages">{{ _('Nachrichten') }}{% if user.notification_count %} <span class="metal-notification" title="{{ _('Neue Nachrichten oder Anfragen') }}" aria-label="{{ _('Neue Nachrichten oder Anfragen') }}">🤘<b>{{ user.notification_count }}</b></span>{% endif %}</a>
<a href="/diary">{{ _('Konzerttagebuch') }}</a>
<a href="/following">{{ _('Gefolgte Bands & Locations') }}</a>
<a href="/following">{{ _('Gefolgte Inhalte') }}</a>
{% if user.is_admin %}<a href="/admin">{{ _('⚙️ Verwaltung') }}</a>{% endif %}
<a href="/datenschutz">{{ _('Datenschutz') }}</a>
<a href="/impressum">{{ _('Impressum') }}</a>