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 %} - -