Author: jezdez
Date: 2010-02-01 08:12:24 -0600 (Mon, 01 Feb 2010)
New Revision: 12365

Modified:
   django/trunk/django/contrib/admin/templates/admin/change_list.html
Log:
Fixed #12726 - Prevent listing media twice in admin's change list. Thanks, 
jedie.

Modified: django/trunk/django/contrib/admin/templates/admin/change_list.html
===================================================================
--- django/trunk/django/contrib/admin/templates/admin/change_list.html  
2010-02-01 13:00:00 UTC (rev 12364)
+++ django/trunk/django/contrib/admin/templates/admin/change_list.html  
2010-02-01 14:12:24 UTC (rev 12365)
@@ -18,7 +18,7 @@
 {% endblock %}
 
 {% block extrahead %}
-{{ media }}
+{{ block.super }}
 <script type="text/javascript">
 jQuery.noConflict();
 jQuery(document).ready(function($) {

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to