diff --git a/templates/user_giveaways.html b/templates/user_giveaways.html index 980b415..5cd090a 100644 --- a/templates/user_giveaways.html +++ b/templates/user_giveaways.html @@ -15,7 +15,8 @@ Name Platform - Redeem + Status + Action @@ -27,6 +28,15 @@ {% if giveaway.aktiv %} Redeemed {% else %} + Not Redeemed + {% endif %} + + + {% if giveaway.aktiv %} + + View Key + {% else %} + Redeem {% endif %}