This commit is contained in:
JiriUhlir
2026-05-27 13:09:34 +02:00
parent dcc1a2f3ad
commit 3e1d1f5360
4 changed files with 79 additions and 79 deletions
+4 -4
View File
@@ -18,9 +18,9 @@ def page(title: str, body: str) -> str:
<span>AppFactory</span>
</a>
<nav>
<a href="/portal">Apps</a>
<a href="/portal/new-app">New App</a>
<a href="/portal/backups">Backups</a>
<a href="/portal">Aplikace</a>
<a href="/portal/new-app">Nová aplikace</a>
<a href="/portal/backups">Zálohy</a>
</nav>
</header>
<main>
@@ -50,7 +50,7 @@ def render_result(title, back_url, sections, extra_link=None, extra_label=None):
<div class="card">
<h2>{html.escape(title)}</h2>
{extra}
<p><a href="{back_url}">&larr; Back</a></p>
<p><a href="{back_url}">&larr; Zpět</a></p>
</div>
<div class="card">
{rendered_sections}