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 a53604f commit 619715fCopy full SHA for 619715f
admin_extended/templates/admin/change_list.html
@@ -2,7 +2,7 @@
2
3
{% block object-tools-items %}
4
{% for item in change_list_object_tools %}
5
- <li><a href="{{ item.url }}"><i class="{{ item.icon }}"></i> {{ item.description }}</a></li>
+ <li><a href="{{ item.url }}">{{ item.description }} <i class="{{ item.icon }}"></i></a></li>
6
{% endfor %}
7
{{ block.super }}
8
{% endblock %}
0 commit comments