This commit is contained in:
JiriUhlir
2026-05-29 11:42:46 +02:00
parent 064ae93831
commit 56f0b632de
2 changed files with 33 additions and 15 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ def page(title: str, body: str, user=None) -> str:
display_name = html.escape(user.get("display_name") or user.get("username", ""))
nav = """
<nav>
<a href="/portal/operations">Přehled</a>
<a href="/portal/apps">Služby</a>
<a class="nav-link" href="/portal/operations">Přehled</a>
<a class="nav-link" href="/portal/apps">Služby</a>
<div class="nav-menu">
<button type="button" class="nav-menu-button">Provoz</button>
<div class="nav-menu-panel">