Commit 771164a0 authored by mdanse's avatar mdanse

Update details.html

{{ super() }} is not called in the tail block of details.html. It should be as currently any base_template code in the tail block will be disregarded.
parent 2a724048
......@@ -47,5 +47,6 @@
{% endblock %}
{% block tail %}
{{ super() }}
<script src="{{ admin_static.url(filename='admin/js/details_filter.js', v='1.0.0') }}"></script>
{% 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