From bd2f94dfa63c3c9e2369ba4395be84c2d946d18a Mon Sep 17 00:00:00 2001 From: srisailamkakurala Date: Sat, 21 Dec 2024 20:20:38 +0530 Subject: [PATCH] fixes #1842 --- djangoproject/templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/djangoproject/templates/base.html b/djangoproject/templates/base.html index 8cdbc2ba5..55157d220 100644 --- a/djangoproject/templates/base.html +++ b/djangoproject/templates/base.html @@ -128,6 +128,7 @@ + {% block footer %} {% include "includes/footer.html" %}