1
0
mirror of https://github.com/django/django.git synced 2024-12-26 11:06:07 +00:00

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

View File

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