From c69ba3873c4749c4625807d55a60447094b8d91a Mon Sep 17 00:00:00 2001 From: hubobel Date: Sat, 20 Jun 2026 19:30:42 +0200 Subject: [PATCH] =?UTF-8?q?Kachel=20Log=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/categories.html | 14 ++++++-------- templates/edit_category.html | 16 ++++++++-------- templates/index.html | 14 ++++++-------- templates/maintenance.html | 16 ++++++++-------- 4 files changed, 28 insertions(+), 32 deletions(-) diff --git a/templates/categories.html b/templates/categories.html index 4d15f30..368f9a4 100644 --- a/templates/categories.html +++ b/templates/categories.html @@ -4,7 +4,7 @@ -``` + @@ -13,7 +13,7 @@ <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}"> -``` + </head> @@ -21,7 +21,6 @@ <div class="header"> -``` <div class="header-left"> <img class="logo-ing" @@ -43,7 +42,7 @@ <img class="logo-hintergasse" src="{{ url_for('static', filename='logo_hintergasse.png') }}"> -``` + </div> @@ -58,7 +57,7 @@ <div class="container"> -``` + <div class="card"> <h2>Neue Kategorie</h2> @@ -138,15 +137,14 @@ </table> </div> -``` + </div> <div class="footer"> -``` Hintergasse © 2026 -``` + </div> diff --git a/templates/edit_category.html b/templates/edit_category.html index 96e8291..09e8053 100644 --- a/templates/edit_category.html +++ b/templates/edit_category.html @@ -4,7 +4,7 @@ <head> -``` + <meta charset="utf-8"> <title> @@ -13,7 +13,7 @@ <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}"> -``` + </head> @@ -21,7 +21,7 @@ <div class="header"> -``` + <div class="header-left"> <img class="logo-ing" @@ -43,7 +43,7 @@ <img class="logo-hintergasse" src="{{ url_for('static', filename='logo_hintergasse.png') }}"> -``` + </div> @@ -57,7 +57,7 @@ </div> <div class="container"> -``` + <div class="card"> <h1>{{ category }}</h1> @@ -116,15 +116,15 @@ </div> </div> -``` + </div> <div class="footer"> -``` + Hintergasse © 2026 -``` + </div> diff --git a/templates/index.html b/templates/index.html index df1aadd..0ffbd39 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,7 +4,7 @@ <head> -``` + <meta charset="utf-8"> <title> @@ -13,7 +13,7 @@ <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}"> -``` + </head> @@ -21,7 +21,7 @@ <div class="header"> -``` + <div class="header-left"> <img class="logo-ing" @@ -43,7 +43,7 @@ <img class="logo-hintergasse" src="{{ url_for('static', filename='logo_hintergasse.png') }}"> -``` + </div> @@ -58,7 +58,6 @@ <div class="container"> -``` <div class="cards"> @@ -174,15 +173,14 @@ </div> </div> -``` </div> <div class="footer"> -``` + Hintergasse © 2026 -``` + </div> diff --git a/templates/maintenance.html b/templates/maintenance.html index eef16b2..122e68f 100644 --- a/templates/maintenance.html +++ b/templates/maintenance.html @@ -4,7 +4,7 @@ <head> -``` + <meta charset="utf-8"> <title> @@ -13,7 +13,7 @@ <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}"> -``` + </head> @@ -21,7 +21,7 @@ <div class="header"> -``` + <div class="header-left"> <img class="logo-ing" @@ -43,7 +43,7 @@ <img class="logo-hintergasse" src="{{ url_for('static', filename='logo_hintergasse.png') }}"> -``` + </div> @@ -58,7 +58,7 @@ <div class="container"> -``` + <div class="cards"> <div class="card"> @@ -156,15 +156,15 @@ </div> </div> -``` + </div> <div class="footer"> -``` + Hintergasse © 2026 -``` + </div>