Skip to content

Commit 825e967

Browse files
authored
Fix: Remove unused icon libraries in django-filer 3.0.0rc1 (#1369)
* Fix: Loading correct icon libraries in django-filer 3.0.0rc1 * Fix: Remove unused icon css
1 parent ba24ac5 commit 825e967

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

filer/templates/admin/filer/delete_confirmation.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
{% load i18n static %}
33

44
{% block extrastyle %}{{ block.super }}
5-
<link rel="stylesheet" type="text/css" href="{% static 'filer/css/admin_filer.icons.css' %}">
65
<link rel="stylesheet" type="text/css" href="{% static 'filer/css/admin_filer.css' %}">
76
{% endblock %}
87

filer/templates/admin/filer/folder/choose_move_destination.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
{% block extrastyle %}
99
{{ block.super }}
1010
<link rel="stylesheet" type="text/css" href="{% static 'admin/css/forms.css' %}">
11-
<link rel="stylesheet" type="text/css" href="{% static 'filer/css/admin_filer.icons.css' %}">
1211
<link rel="stylesheet" type="text/css" href="{% static 'filer/css/admin_filer.css' %}">
1312
{% endblock %}
1413

0 commit comments

Comments
 (0)