Commit 6c36e103 authored by Jannis Leidel's avatar Jannis Leidel
Browse files

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
parent 84599495
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
{% endblock %}

{% block extrahead %}
{{ media }}
{{ block.super }}
<script type="text/javascript">
jQuery.noConflict();
jQuery(document).ready(function($) {