[css] Add django-rangefilter style optimizations.
This commit is contained in:
@@ -88,6 +88,8 @@
|
||||
href="{% static 'admin_interface/css/language-chooser.css' %}?v={{ version_md5_cache }}">
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="{% static 'admin_interface/css/list-filter-dropdown.css' %}?v={{ version_md5_cache }}">
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="{% static 'admin_interface/css/rangefilter.css' %}?v={{ version_md5_cache }}">
|
||||
{% if not theme.recent_actions_visible %}
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="{% static 'admin_interface/css/recent-actions.css' %}?v={{ version_md5_cache }}"/>
|
||||
|
||||
Reference in New Issue
Block a user