Skip to content

Commit 619715f

Browse files
authored
change order icon in object tool
1 parent a53604f commit 619715f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin_extended/templates/admin/change_list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{% block object-tools-items %}
44
{% for item in change_list_object_tools %}
5-
<li><a href="{{ item.url }}"><i class="{{ item.icon }}"></i> {{ item.description }}</a></li>
5+
<li><a href="{{ item.url }}">{{ item.description }} <i class="{{ item.icon }}"></i></a></li>
66
{% endfor %}
77
{{ block.super }}
88
{% endblock %}

0 commit comments

Comments
 (0)