modified: templates/redeem_giveaway.html
modified: templates/user_server_data.html
This commit is contained in:
@@ -264,8 +264,8 @@
|
||||
</button>
|
||||
</div>
|
||||
<p class="safety-notice">
|
||||
<i class="fas fa-exclamation-triangle"></i>
|
||||
Keep this key safe! Save it somewhere secure as you won't be able to see it again.
|
||||
<i class="fas fa-info-circle"></i>
|
||||
Your game key has been successfully redeemed! You can access it anytime from your giveaways page.
|
||||
</p>
|
||||
</div>
|
||||
{% else %}
|
||||
|
||||
@@ -269,7 +269,7 @@
|
||||
</div>
|
||||
|
||||
<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>
|
||||
Back to Dashboard
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user