diff --git a/django/templates/partials/_nav.html b/django/templates/partials/_nav.html index 963ebc8..de79de9 100644 --- a/django/templates/partials/_nav.html +++ b/django/templates/partials/_nav.html @@ -1,34 +1,121 @@ - - - - qivip - + + + + + + + qivip + + + + + + + + + + + + + + + + + + + {% if show_search %} + Bibliothek + {% else%} + Bibliothek + {% endif %} + {% if user.is_authenticated %} + Konto + {% else %} + Anmelden + {% endif %} + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + + + + + - - - {% if show_search %} - Bibliothek - {% else%} - Bibliothek - {% endif %} - {% if user.is_authenticated %} - Konto - {% else %} - Anmelden - {% endif %} - + + + + Bibliothek + + {% if user.is_authenticated %} + + Konto + + {% else %} + + Anmelden + + {% endif %} + + + + +