From ab7478d1d4aeaa816cd723793ae9e8325ad11c33 Mon Sep 17 00:00:00 2001 From: muskanvaswan Date: Sun, 10 Jan 2021 13:30:18 +0530 Subject: [PATCH] Fixed #32324 -- Added template block to override the admin site header. --- django/contrib/admin/templates/admin/base.html | 2 ++ docs/releases/4.0.txt | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/django/contrib/admin/templates/admin/base.html b/django/contrib/admin/templates/admin/base.html index e3788b9c20..c13249c94c 100644 --- a/django/contrib/admin/templates/admin/base.html +++ b/django/contrib/admin/templates/admin/base.html @@ -28,6 +28,7 @@ {% if not is_popup %} + {% block header %}