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
+2 -2
View File
@@ -42,12 +42,12 @@
{% else %}
<div class="alert alert-info text-center my-5">
<h4>Noch keine Konfigurationen vorhanden</h4>
<p>Lege im <code>configs/</code>-Ordner JSON-Dateien an oder gehe zum <a href="{{ url_for('admin') }}">Admin-Bereich</a>.</p>
<p>Lege im <code>configs/</code>-Ordner JSON-Dateien an oder gehe zum <a href="{{ url_for('admin.admin') }}">Admin-Bereich</a>.</p>
</div>
{% endif %}
<div class="text-center mt-5">
<a href="{{ url_for('admin') }}" class="btn btn-outline-secondary">
<a href="{{ url_for('admin.admin') }}" class="btn btn-outline-secondary">
<i class="bi bi-gear me-2"></i>Admin-Bereich
</a>
</div>