Skip to content

Commit

Permalink
fix: export changelist action button (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav committed Jun 10, 2024
1 parent 43e1904 commit c01a1ba
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{% extends "admin/import_export/change_list.html" %}

{% block actions-items %}
{% include "admin/import_export/change_list_export_item.html" %}
{% endblock %}

0 comments on commit c01a1ba

Please sign in to comment.