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

@@ -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>