Commit ea523fbd authored by Paul Brown's avatar Paul Brown

Merge pull request #1165 from mdanse/patch-2

Update details.html
parents 768a1af7 6117f75b
...@@ -49,5 +49,6 @@ ...@@ -49,5 +49,6 @@
{% endblock %} {% endblock %}
{% block tail %} {% block tail %}
{{ super() }}
<script src="{{ admin_static.url(filename='admin/js/details_filter.js', v='1.0.0') }}"></script> <script src="{{ admin_static.url(filename='admin/js/details_filter.js', v='1.0.0') }}"></script>
{% endblock %} {% endblock %}
...@@ -47,5 +47,6 @@ ...@@ -47,5 +47,6 @@
{% endblock %} {% endblock %}
{% block tail %} {% block tail %}
{{ super() }}
<script src="{{ admin_static.url(filename='admin/js/details_filter.js', v='1.0.0') }}"></script> <script src="{{ admin_static.url(filename='admin/js/details_filter.js', v='1.0.0') }}"></script>
{% endblock %} {% endblock %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment