modified: templates/server_admin_dashboard.html
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
<!-- Corrected link to the edit_giveaway route -->
|
||||
<a href="{{ url_for('edit_giveaway', guild_id=g.guild_id, uuid=giveaway['uuid']) }}" class="btn btn-primary btn-sm">Edit</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user