Commit 859ec2b9 authored by Paul Brown's avatar Paul Brown

data-date-format ignored by bootstrap3 date filter

The datetimepicker needs to be initialized after the filters.js file applies its changes to the filter field.
parent 934954d9
......@@ -144,8 +144,8 @@
{% block tail %}
{{ super() }}
{{ lib.form_js() }}
<script src="{{ admin_static.url(filename='admin/js/filters.js') }}"></script>
{{ lib.form_js() }}
{{ actionlib.script(_gettext('Please select at least one model.'),
actions,
......
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