web header

This commit is contained in:
2026-08-05 06:54:36 +02:00
parent 8edc339b29
commit 1561a59627
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -182,6 +182,7 @@
</head>
<body>
<div class="container">
<h1 style="font-size:1.5rem;margin-bottom:0.5rem;color:#222"><a href="/" style="text-decoration:none;color:inherit;display:inline-flex;align-items:center;gap:0.4rem"><img src="/static/favicon.svg" alt="" style="height:1.5em;width:1.5em;vertical-align:middle">Kontakte</a></h1>
<a href="/search{% if search %}?search={{ search }}{% endif %}" class="back-link">← Zurück zur Übersicht</a>
<div class="contact-card">
+1 -1
View File
@@ -166,7 +166,7 @@
</head>
<body>
<div class="container">
<h1>Kontakte</h1>
<h1><a href="/" style="text-decoration:none;color:inherit;display:inline-flex;align-items:center;gap:0.4rem"><img src="/static/favicon.svg" alt="" style="height:1.5em;width:1.5em;vertical-align:middle">Kontakte</a></h1>
<div class="meta">
Angemeldet als <strong>{{ current_user }}</strong>
{% if is_admin %}(Admin, sieht alle Accounts){% else %}(Account: {{ account_name }}){% endif %}