From 8aecececf6a7f6fbcc2ea0ff9712be1ede369c9d Mon Sep 17 00:00:00 2001 From: oberon Date: Mon, 16 Feb 2026 15:26:10 +0100 Subject: [PATCH] fixxed routes for bp in template files --- templates/admin.html | 4 ++-- templates/admin_edit.html | 2 +- templates/admin_logs.html | 2 +- templates/base.html | 10 +++++----- templates/index.html | 4 ++-- templates/soundboard.html | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/templates/admin.html b/templates/admin.html index dd0ead0..bab7aba 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -8,7 +8,7 @@
@@ -39,7 +39,7 @@ {{ cfg.hub_id | default('–') }} {{ cfg.filename }} - Bearbeiten diff --git a/templates/admin_edit.html b/templates/admin_edit.html index 7ee7a45..0769747 100644 --- a/templates/admin_edit.html +++ b/templates/admin_edit.html @@ -21,7 +21,7 @@
- Abbrechen + Abbrechen
diff --git a/templates/admin_logs.html b/templates/admin_logs.html index 8208198..b50897e 100644 --- a/templates/admin_logs.html +++ b/templates/admin_logs.html @@ -30,6 +30,6 @@ --> - Zurück zum Admin + Zurück zum Admin {% endblock %} \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 617cccb..24b661d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -27,7 +27,7 @@