Re: double {{ media }} in admin templates...

2010-01-29 Thread jedie
I created a ticket: http://code.djangoproject.com/ticket/12726 -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com. To unsubscribe from this group, send email to django-de

double {{ media }} in admin templates...

2010-01-29 Thread jedie
I have double media files in some admin panel views. See: http://paste.pocoo.org/show/171364/ There is two times {{ media }} in the file contrib/admin/templates/ admin/change_list.html ince Changeset 12298 [1] One in {% block extrastyle %} and one in {% block extrahead %} This is a bug, isn't it?