diff --git a/setup.sh b/setup.sh index a7fe3b6..e542858 100644 --- a/setup.sh +++ b/setup.sh @@ -1904,6 +1904,7 @@ cat < templates/change_password.html HTML_END + # Edit Game Template cat < templates/edit_game.html {% extends "base.html" %} @@ -1925,29 +1926,6 @@ cat < templates/edit_game.html {% endif %} {% endwith %} - -
-
- - - - -
- -
-
@@ -1979,9 +1957,6 @@ cat < templates/edit_game.html
- - {{ _('For GOG games: Enter the Steam AppID here to enable price tracking.') }} -
@@ -2000,11 +1975,14 @@ cat < templates/edit_game.html
- +
-
+
๐Ÿ”„ {{ _('Externe Daten') }} + + Update Data +
{% if game.release_date %} @@ -2074,23 +2052,22 @@ cat < templates/edit_game.html {% endblock %} - HTML_END cat < templates/add_game.html