Add protected date management admin

This commit is contained in:
2026-09-17 15:32:33 +02:00
parent 253b65d976
commit 097e72d364
14 changed files with 1100 additions and 67 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
return act && (act.name === "Etwas eigenes" || act.name === "Sonstiges" || act.type === "custom");
}
fetch("appsettings.json")
fetch("/api/settings", { cache: "no-store" })
.then((response) => response.json())
.then((settings) => {
const allActivities = settings.activities || [];