From 08ef5323a616456a23a2f66d1553cd4a3e20b724 Mon Sep 17 00:00:00 2001 From: nocci Date: Thu, 8 May 2025 16:20:49 +0200 Subject: [PATCH] better ux in edit_game.html --- setup.sh | 44 ++++++++++++++++++++++++++------------------ 1 file changed, 26 insertions(+), 18 deletions(-) diff --git a/setup.sh b/setup.sh index e542858..a588c0c 100644 --- a/setup.sh +++ b/setup.sh @@ -1904,7 +1904,6 @@ cat < templates/change_password.html HTML_END - # Edit Game Template cat < templates/edit_game.html {% extends "base.html" %} @@ -1926,6 +1925,17 @@ cat < templates/edit_game.html {% endif %} {% endwith %} + +
+
+ + + +
+
+
@@ -1975,14 +1985,11 @@ cat < templates/edit_game.html
- +
-
+
🔄 {{ _('Externe Daten') }} - - Update Data -
{% if game.release_date %} @@ -2052,22 +2059,23 @@ cat < templates/edit_game.html {% endblock %} + HTML_END cat < templates/add_game.html