We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba24ac5 commit 825e967Copy full SHA for 825e967
filer/templates/admin/filer/delete_confirmation.html
@@ -2,7 +2,6 @@
2
{% load i18n static %}
3
4
{% block extrastyle %}{{ block.super }}
5
- <link rel="stylesheet" type="text/css" href="{% static 'filer/css/admin_filer.icons.css' %}">
6
<link rel="stylesheet" type="text/css" href="{% static 'filer/css/admin_filer.css' %}">
7
{% endblock %}
8
filer/templates/admin/filer/folder/choose_move_destination.html
@@ -8,7 +8,6 @@
{% block extrastyle %}
9
{{ block.super }}
10
<link rel="stylesheet" type="text/css" href="{% static 'admin/css/forms.css' %}">
11
12
13
14
0 commit comments