From 2042d56131b0c6ff4916a0238f95b9dca848df90 Mon Sep 17 00:00:00 2001 From: nocci Date: Mon, 19 May 2025 14:43:50 +0200 Subject: [PATCH] fix index --- setup.sh | 5 +++++ steam-gift-manager/templates/index.html | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/setup.sh b/setup.sh index be4359f..8320c16 100644 --- a/setup.sh +++ b/setup.sh @@ -1672,6 +1672,11 @@ 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 9249ac2..2b0c2e9 100644 --- a/steam-gift-manager/templates/index.html +++ b/steam-gift-manager/templates/index.html @@ -1,6 +1,11 @@ {% extends "base.html" %} {% block content %} + {% if games %}