From c9ee2925a23a6c982bf7b0d75ea15209878dcb80 Mon Sep 17 00:00:00 2001 From: nocci Date: Sun, 25 May 2025 15:26:34 +0200 Subject: [PATCH] cleanup --- setup.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/setup.sh b/setup.sh index e068565..83ca989 100644 --- a/setup.sh +++ b/setup.sh @@ -2029,7 +2029,7 @@ cat < templates/edit_game.html

{{ _('Spiel bearbeiten') }}

- + {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
@@ -2090,7 +2090,6 @@ cat < templates/edit_game.html {% endfor %}
-
@@ -2123,7 +2122,8 @@ cat < templates/edit_game.html
- + +
@@ -2162,7 +2162,7 @@ cat < templates/edit_game.html
- + {% if game.status == 'geschenkt' %}
@@ -2212,9 +2212,11 @@ cat < templates/edit_game.html }); }); + {% endblock %} + HTML_END cat < templates/add_game.html