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