modified: templates/edit_giveaway.html
modified: templates/server_admin_dashboard.html
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
{% include 'navigation.html' %}
|
||||
<div class="container mt-5">
|
||||
<h1 class="text-center">Server Admin Dashboard for {{ g.guild_name }}</h1>
|
||||
<p class="text-center">Manage server-specific settings for server <strong>{{ g.guild_name }}</strong>.</p>
|
||||
<p class="text-center">Manage server-specific settings for server <strong>{{ g.guild_id }}</strong>.</p>
|
||||
|
||||
<!-- Giveaway Management -->
|
||||
<div class="card mt-4">
|
||||
@@ -41,7 +41,6 @@
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
<!-- Corrected link to the edit_giveaway endpoint -->
|
||||
<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