From 86b6db591ce84f3d974ddfec395b547dd4f076ab Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Sun, 19 Apr 2009 03:06:29 +0000 Subject: [PATCH] Fixed #9420 -- Fixed admin templates CSS. Removed some unconditional, invalid, IE-specific notations that were protecting IE 5 users. IE 5 is sufficiently old, we don't really need to do that and helping that small userbase at the expense of everybody else was a slight priority inversion. Patch from G2P and reviwed by Wilson Miner (who made the original changes). git-svn-id: http://code.djangoproject.com/svn/django/trunk@10598 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/admin/templates/admin/base.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/django/contrib/admin/templates/admin/base.html b/django/contrib/admin/templates/admin/base.html index e969d1b82d..8cab43963a 100644 --- a/django/contrib/admin/templates/admin/base.html +++ b/django/contrib/admin/templates/admin/base.html @@ -2,12 +2,10 @@ {% block title %}{% endblock %} - {% block extrastyle %}{% endblock %} {% if LANGUAGE_BIDI %}{% endif %} - {% block extrahead %}{% endblock %} {% block blockbots %}{% endblock %}