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

This commit is contained in:
2025-08-25 19:38:22 +02:00
parent bd9d95b741
commit 3e1fe9fa1e

View File

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