Fixed #12726 - Prevent listing media twice in admin's change list. Thanks, jedie.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12365 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jannis Leidel 2010-02-01 14:12:24 +00:00
parent 84599495a0
commit 6c36e1034a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
{% endblock %}
{% block extrahead %}
{{ media }}
{{ block.super }}
<script type="text/javascript">
jQuery.noConflict();
jQuery(document).ready(function($) {