From 5738eaa01f74eaab03d5ba668481b6b859ccce3a Mon Sep 17 00:00:00 2001 From: Hariom Dubey Date: Mon, 19 Feb 2024 14:06:34 +0530 Subject: [PATCH] EP-94343 : Additional changes in the main_django file to disable the footer completely. --- lms/templates/main_django.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lms/templates/main_django.html b/lms/templates/main_django.html index 4d93c4f09adb..22263e1828ea 100644 --- a/lms/templates/main_django.html +++ b/lms/templates/main_django.html @@ -55,10 +55,11 @@ {% block body %}{% endblock %} {% block bodyextra %}{% endblock %} + {% javascript 'base_application' %}