modified: app.py
modified: templates/server_admin_dashboard.html modified: templates/user_dashboard.html
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>User Dashboard</title>
|
||||
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{% include 'navigation.html' %}
|
||||
<div class="container mt-5">
|
||||
@@ -43,14 +41,13 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<!-- Additional Information or Links -->
|
||||
<!-- Additional Options -->
|
||||
<div class="row mt-5">
|
||||
<div class="col-12 text-center">
|
||||
<h5>Additional Options</h5>
|
||||
<a href="{{ url_for('server_giveaways', guild_id=g.guild_id) }}" class="btn btn-info mt-3">View Server Giveaways</a>
|
||||
<h5>Your Giveaways</h5>
|
||||
<a href="{{ url_for('user_giveaways', guild_id=g.guild_id) }}" class="btn btn-info mt-3">View Won Giveaways</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user