From 36dbc849ca8b7e87f19e2291239cc3a06dfd280a Mon Sep 17 00:00:00 2001 From: irrlicht Date: Mon, 15 Dec 2025 15:15:37 +0100 Subject: [PATCH] Global Loading screen and page title of Index --- templates/baseof.html | 2 +- templates/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/baseof.html b/templates/baseof.html index 7d293b0..8904ce6 100644 --- a/templates/baseof.html +++ b/templates/baseof.html @@ -32,7 +32,7 @@ Verbuggte scheise hier. Komm hack mich doch, trau dich!
-
+
{% block content %}{% endblock %}
diff --git a/templates/index.html b/templates/index.html index f35cd8b..69f8797 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,6 +1,6 @@ {% extends "baseof.html" %} -{% block title %}Index{% endblock %} +{% block title %}Kontrollverlust{% endblock %} {% block content %}