refactor(templates/details.html): adapt urls for blueprints

This commit is contained in:
2025-08-25 19:37:58 +02:00
parent d91f135d53
commit 4baf29eb4a

View File

@@ -9,7 +9,7 @@
<body>
<div id="wrapper">
<header>
<h1><a href="{{ url_for('index') }}">judas</a></h1>
<h1><a href="{{ url_for('index.index') }}">judas</a></h1>
<p><a class="button" href="{{ url_for('logout') }}">Logout</a></p>
</header>
<main>