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:
SimolZimol
2024-10-25 10:17:06 +02:00
parent 2733d8971a
commit 36ff99eab0
5 changed files with 43 additions and 33 deletions

View File

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