Skip to content

Commit c01a1ba

Browse files
authored
fix: export changelist action button (#464)
1 parent 43e1904 commit c01a1ba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{% extends "admin/import_export/change_list.html" %}
2+
3+
{% block actions-items %}
4+
{% include "admin/import_export/change_list_export_item.html" %}
5+
{% endblock %}

0 commit comments

Comments
 (0)