From 43f3b984e845c8f9be13afd541e336a00d70018e Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 12 Aug 2005 03:59:38 +0000 Subject: [PATCH] Removed from admin base template, because Django sends out correct content-type HTTP header as of [340] git-svn-id: http://code.djangoproject.com/svn/django/trunk@490 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/conf/admin_templates/base.html | 1 - 1 file changed, 1 deletion(-) diff --git a/django/conf/admin_templates/base.html b/django/conf/admin_templates/base.html index 9fe4bbab8e..ac0b092d51 100644 --- a/django/conf/admin_templates/base.html +++ b/django/conf/admin_templates/base.html @@ -1,7 +1,6 @@ - {% block title %}{% endblock %} {% block extrastyle %}{% endblock %}