modified: templates/redeem_giveaway.html

modified:   templates/user_server_data.html
This commit is contained in:
SimolZimol
2025-08-19 11:40:38 +02:00
parent e93a91a2de
commit 49a62dc0bc
2 changed files with 3 additions and 3 deletions

View File

@@ -264,8 +264,8 @@
</button> </button>
</div> </div>
<p class="safety-notice"> <p class="safety-notice">
<i class="fas fa-exclamation-triangle"></i> <i class="fas fa-info-circle"></i>
Keep this key safe! Save it somewhere secure as you won't be able to see it again. Your game key has been successfully redeemed! You can access it anytime from your giveaways page.
</p> </p>
</div> </div>
{% else %} {% else %}

View File

@@ -269,7 +269,7 @@
</div> </div>
<div class="text-center mt-4"> <div class="text-center mt-4">
<a href="{{ url_for('user_dashboard') }}" class="back-button"> <a href="{{ url_for('user_dashboard', guild_id=guild_id) }}" class="back-button">
<i class="fas fa-arrow-left"></i> <i class="fas fa-arrow-left"></i>
Back to Dashboard Back to Dashboard
</a> </a>