modified: templates/redeem_giveaway.html
modified: templates/user_server_data.html
This commit is contained in:
@@ -284,7 +284,13 @@
|
||||
{% endif %}
|
||||
|
||||
<div class="text-center mt-4">
|
||||
<a href="{{ url_for('user_giveaways') }}" class="back-button">
|
||||
{% if giveaway.guild_id %}
|
||||
<a href="{{ url_for('user_giveaways', guild_id=giveaway.guild_id) }}" class="back-button">
|
||||
{% elif guild_id %}
|
||||
<a href="{{ url_for('user_giveaways', guild_id=guild_id) }}" class="back-button">
|
||||
{% else %}
|
||||
<a href="{{ url_for('user_dashboard') }}" class="back-button">
|
||||
{% endif %}
|
||||
<i class="fas fa-arrow-left"></i>
|
||||
Back to Giveaways
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user