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 %} +
+ + {{ _('Add New Game') }} + +
{% if games %}