From 4e0193c8c780823729117bde9611b5b934702164 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sat, 4 Dec 2021 20:20:07 -0600 Subject: [PATCH] fix --- files/templates/default.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/files/templates/default.html b/files/templates/default.html index 14116a592..e4142a9b3 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -223,7 +223,7 @@ {% block Banner %} {% endblock %} -{% include "header-tw.html" %} + {% block mobileUserBanner %} {% endblock %} @@ -265,12 +265,12 @@ - {% include "footer.html" %} + {% block mobilenavbar %} - {% include "mobile_navigation_bar.html" %} + {% endblock %} {% block actionsModal %} @@ -285,7 +285,6 @@ {% block GIFpicker %} {% endblock %} - {% include "/toasts/toasts.html" %}