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
@@ -33,7 +33,7 @@
{% endif %}
<div class="mt-5 text-center">
<a href="{{ url_for('control_page') }}" class="btn btn-secondary">Zurück zur Steuerung</a>
<a href="{{ url_for('main.control_page') }}" class="btn btn-secondary">Zurück zur Steuerung</a>
</div>
</div>