fixxed routes for bp in template files

This commit is contained in:
2026-02-16 15:26:10 +01:00
parent 4505f8d8e5
commit 8aecececf6
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
</div>
<div class="d-flex gap-3">
<button type="submit" class="btn btn-primary btn-lg px-5">Speichern</button>
<a href="{{ url_for('admin') }}" class="btn btn-outline-secondary btn-lg px-5">Abbrechen</a>
<a href="{{ url_for('admin.admin') }}" class="btn btn-outline-secondary btn-lg px-5">Abbrechen</a>
</div>
</form>