[css] Add django-rangefilter style optimizations.

This commit is contained in:
Fabio Caccamo
2022-10-13 12:01:00 +02:00
parent da027966c0
commit 5e5e811102
2 changed files with 27 additions and 0 deletions
@@ -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 }}"/>