From 4ae9a2b18e2b558df2c084064c42faecac2d75c1 Mon Sep 17 00:00:00 2001 From: Collin Anderson Date: Mon, 1 Jun 2020 14:35:19 -0400 Subject: [PATCH] Fixed #31641 -- Improved loading of navigation sidebar in admin. --- django/contrib/admin/templates/admin/base.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/django/contrib/admin/templates/admin/base.html b/django/contrib/admin/templates/admin/base.html index 00454ade9d..3f39cd5b8f 100644 --- a/django/contrib/admin/templates/admin/base.html +++ b/django/contrib/admin/templates/admin/base.html @@ -6,6 +6,7 @@ {% if not is_popup and is_nav_sidebar_enabled %} + {% endif %} {% block extrastyle %}{% endblock %} {% if LANGUAGE_BIDI %}{% endif %} @@ -98,9 +99,5 @@ - -{% if not is_popup and is_nav_sidebar_enabled %} - -{% endif %}