modified: app.py
modified: templates/user_giveaways.html
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Your Won Giveaways</title>
|
||||
<title>Your Won Giveaways - {{ guild_name }}</title>
|
||||
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
|
||||
<style>
|
||||
.table-container {
|
||||
@@ -28,7 +28,7 @@
|
||||
<body>
|
||||
{% include 'navigation.html' %}
|
||||
<div class="container mt-5">
|
||||
<h2 class="text-center">Your Won Giveaways on Server {{ guild_id }}</h2>
|
||||
<h2 class="text-center">Your Won Giveaways on {{ guild_name }}</h2>
|
||||
<p class="text-center text-muted">Here you can view all the giveaways you've won on this server.</p>
|
||||
|
||||
<div class="table-container mt-4">
|
||||
|
||||
Reference in New Issue
Block a user