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