modified: templates/global_admin_dashboard.html
modified: templates/server_admin_dashboard.html modified: templates/server_giveaways.html modified: templates/user_dashboard.html modified: templates/user_landing_page.html
This commit is contained in:
@@ -11,10 +11,8 @@
|
||||
<body>
|
||||
{% include 'navigation.html' %}
|
||||
<div class="container mt-5">
|
||||
<h1 class="text-center">Giveaways for Server {{ guild_id }}</h1>
|
||||
<a href="{{ url_for('add_giveaway', guild_id=guild_id) }}" class="btn btn-primary mb-4">Add Giveaway</a>
|
||||
|
||||
<table class="table">
|
||||
<h1>Giveaways for Server {{ guild_id }}</h1>
|
||||
<table class="table mt-4">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
|
||||
Reference in New Issue
Block a user