From d8e53aa02fcdf583f938935f63e33fd76db572e5 Mon Sep 17 00:00:00 2001 From: nocci Date: Mon, 19 May 2025 14:34:55 +0200 Subject: [PATCH] LOL - Im sorry - I forgot the Add Game Button --- setup.sh | 7 +++++++ steam-gift-manager/templates/index.html | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/setup.sh b/setup.sh index 301f1ac..b450d1a 100644 --- a/setup.sh +++ b/setup.sh @@ -1672,6 +1672,13 @@ cat <<'HTML_END' > templates/index.html {% extends "base.html" %} {% block content %} + + +
+ + {{ _('Add New Game') }} + +
{% if games %}
diff --git a/steam-gift-manager/templates/index.html b/steam-gift-manager/templates/index.html index faa450e..945021e 100644 --- a/steam-gift-manager/templates/index.html +++ b/steam-gift-manager/templates/index.html @@ -1,6 +1,14 @@ {% extends "base.html" %} {% block content %} + + {{ _(Add New Game') }} + + {% if games %}