From 8ac203a3b5c00c9258c564ead9c1be92569c5c04 Mon Sep 17 00:00:00 2001 From: nocci Date: Sun, 25 May 2025 15:25:34 +0200 Subject: [PATCH] small fix in edit_game.html --- steam-gift-manager/templates/edit_game.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/steam-gift-manager/templates/edit_game.html b/steam-gift-manager/templates/edit_game.html index 1316c38..8e28040 100644 --- a/steam-gift-manager/templates/edit_game.html +++ b/steam-gift-manager/templates/edit_game.html @@ -97,6 +97,7 @@ +
@@ -135,7 +136,7 @@
- + {% if game.status == 'geschenkt' %}
@@ -185,6 +186,5 @@ }); }); + {% endblock %} - -