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' %} +