modified: app.py

modified:   templates/user_giveaways.html
This commit is contained in:
SimolZimol
2024-10-29 11:00:38 +01:00
parent 3303398f81
commit 276da56fdb
2 changed files with 8 additions and 3 deletions

View File

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