From a70079d63501aef4bd74b3b70a1b634c2dbe0977 Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Tue, 24 Sep 2024 22:47:17 +0100 Subject: [PATCH] footer removal --- apps/templates/home/index.html | 24 ++++++++++++++++++++++-- apps/templates/layouts/base.html | 4 +--- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/apps/templates/home/index.html b/apps/templates/home/index.html index c3f7240..186f448 100644 --- a/apps/templates/home/index.html +++ b/apps/templates/home/index.html @@ -13,8 +13,27 @@
+
Discord Servers
+
@@ -135,11 +154,12 @@
- + + {% endblock javascript %} \ No newline at end of file diff --git a/apps/templates/layouts/base.html b/apps/templates/layouts/base.html index 8e1776b..148c4af 100644 --- a/apps/templates/layouts/base.html +++ b/apps/templates/layouts/base.html @@ -46,12 +46,10 @@ {% include 'includes/navbar.html' %} -
+
{% block content %}{% endblock content %}
- {% include 'includes/footer.html' %} - {% include 'includes/toasts.html' %}