From 7d3493b3c593dc390564e8bb91b98e8cb79cb4a6 Mon Sep 17 00:00:00 2001 From: SimolZimol <70102430+SimolZimol@users.noreply.github.com> Date: Sun, 24 Aug 2025 00:43:13 +0200 Subject: [PATCH] modified: templates/admin_giveaways.html modified: templates/edit_giveaway.html modified: templates/edit_user.html new file: templates/footer.html modified: templates/global_admin_dashboard.html modified: templates/leaderboard.html modified: templates/logs.html modified: templates/redeem_giveaway.html modified: templates/server_admin_dashboard.html modified: templates/server_giveaways.html modified: templates/settings.html modified: templates/user_dashboard.html modified: templates/user_giveaways.html modified: templates/user_landing_page.html modified: templates/user_server_data.html modified: templates/users.html --- templates/admin_giveaways.html | 2 + templates/edit_giveaway.html | 2 + templates/edit_user.html | 2 + templates/footer.html | 271 ++++++++++++++++++++++++++ templates/global_admin_dashboard.html | 2 + templates/leaderboard.html | 2 + templates/logs.html | 2 + templates/redeem_giveaway.html | 2 + templates/server_admin_dashboard.html | 2 + templates/server_giveaways.html | 2 + templates/settings.html | 3 + templates/user_dashboard.html | 2 + templates/user_giveaways.html | 2 + templates/user_landing_page.html | 2 + templates/user_server_data.html | 2 + templates/users.html | 3 + 16 files changed, 303 insertions(+) create mode 100644 templates/footer.html diff --git a/templates/admin_giveaways.html b/templates/admin_giveaways.html index 1f4e6f0..874ded4 100644 --- a/templates/admin_giveaways.html +++ b/templates/admin_giveaways.html @@ -66,6 +66,8 @@ + + {% include 'footer.html' %} diff --git a/templates/edit_giveaway.html b/templates/edit_giveaway.html index 5775c2a..96185de 100644 --- a/templates/edit_giveaway.html +++ b/templates/edit_giveaway.html @@ -241,5 +241,7 @@ + + {% include 'footer.html' %} diff --git a/templates/edit_user.html b/templates/edit_user.html index a6ba5af..54b4ab1 100644 --- a/templates/edit_user.html +++ b/templates/edit_user.html @@ -333,5 +333,7 @@ + + {% include 'footer.html' %} diff --git a/templates/footer.html b/templates/footer.html new file mode 100644 index 0000000..e457889 --- /dev/null +++ b/templates/footer.html @@ -0,0 +1,271 @@ + + + + diff --git a/templates/global_admin_dashboard.html b/templates/global_admin_dashboard.html index 15c4ace..b1eb34b 100644 --- a/templates/global_admin_dashboard.html +++ b/templates/global_admin_dashboard.html @@ -273,6 +273,8 @@ + + {% include 'footer.html' %} diff --git a/templates/leaderboard.html b/templates/leaderboard.html index eac9503..1e88776 100644 --- a/templates/leaderboard.html +++ b/templates/leaderboard.html @@ -374,5 +374,7 @@ + + {% include 'footer.html' %} diff --git a/templates/logs.html b/templates/logs.html index 8b7d4a8..a837e8b 100644 --- a/templates/logs.html +++ b/templates/logs.html @@ -261,6 +261,8 @@ window.onload = refreshLogs; + + {% include 'footer.html' %} \ No newline at end of file diff --git a/templates/redeem_giveaway.html b/templates/redeem_giveaway.html index 0bdabb1..a60561d 100644 --- a/templates/redeem_giveaway.html +++ b/templates/redeem_giveaway.html @@ -313,6 +313,8 @@ }); } + + {% include 'footer.html' %} diff --git a/templates/server_admin_dashboard.html b/templates/server_admin_dashboard.html index 70900fa..8549df5 100644 --- a/templates/server_admin_dashboard.html +++ b/templates/server_admin_dashboard.html @@ -366,5 +366,7 @@ + + {% include 'footer.html' %} diff --git a/templates/server_giveaways.html b/templates/server_giveaways.html index 44b6082..ade87ec 100644 --- a/templates/server_giveaways.html +++ b/templates/server_giveaways.html @@ -36,6 +36,8 @@ + + {% include 'footer.html' %} diff --git a/templates/settings.html b/templates/settings.html index 7774ad6..d27ee89 100644 --- a/templates/settings.html +++ b/templates/settings.html @@ -26,6 +26,9 @@ + + {% include 'footer.html' %} + diff --git a/templates/user_dashboard.html b/templates/user_dashboard.html index bd14a94..32b2567 100644 --- a/templates/user_dashboard.html +++ b/templates/user_dashboard.html @@ -256,5 +256,7 @@ + + {% include 'footer.html' %} diff --git a/templates/user_giveaways.html b/templates/user_giveaways.html index 72b32d1..84e3e50 100644 --- a/templates/user_giveaways.html +++ b/templates/user_giveaways.html @@ -260,5 +260,7 @@ + + {% include 'footer.html' %} diff --git a/templates/user_landing_page.html b/templates/user_landing_page.html index 651d100..4a7ad6f 100644 --- a/templates/user_landing_page.html +++ b/templates/user_landing_page.html @@ -286,6 +286,8 @@ + + {% include 'footer.html' %} diff --git a/templates/user_server_data.html b/templates/user_server_data.html index 63abb6a..743bbfc 100644 --- a/templates/user_server_data.html +++ b/templates/user_server_data.html @@ -284,6 +284,8 @@ + + {% include 'footer.html' %} diff --git a/templates/users.html b/templates/users.html index 25d62a6..434f191 100644 --- a/templates/users.html +++ b/templates/users.html @@ -53,6 +53,9 @@ Back to Dashboard + + {% include 'footer.html' %} +