diff --git a/app/templates/v2/base.html b/app/templates/v2/base.html index a8a257b..1294b12 100644 --- a/app/templates/v2/base.html +++ b/app/templates/v2/base.html @@ -42,20 +42,10 @@ {{ assessment_count }} {% endif %} + {% if is_authenticated %}{{ icon("bookmark-simple", 14) }} Merkliste{% endif %} {{ icon("tag", 14) }} Tags {% if is_admin %}{{ icon("graph", 14) }} Cluster{% endif %} {% if is_authenticated %}{{ icon("magnifying-glass-plus", 14) }} Landtag-Suche{% endif %} - {% if is_authenticated %}{{ icon("bookmark-simple", 14) }} Merkliste{% endif %} - - - {# ── Daten — aggregiert, öffentlich für alle sichtbar ───────── #} -
{% if is_authenticated %} @@ -66,7 +56,12 @@ {% endif %} diff --git a/app/templates/v2/screens/durchsuchen.html b/app/templates/v2/screens/durchsuchen.html index bb8b690..2a518c2 100644 --- a/app/templates/v2/screens/durchsuchen.html +++ b/app/templates/v2/screens/durchsuchen.html @@ -85,7 +85,7 @@ -{# ── Tour-Stationen für die Startseite + Engine-Include ──────────── #} +{# ── Tour-Stationen — was anonyme vs eingeloggte User wirklich sehen ── #} {% include "v3/components/tour.html" %}