Skip to content

Commit

Permalink
fix: export changelist action button
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav committed Jun 9, 2024
1 parent 4a2792d commit b7f68c6
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 b7f68c6

Please sign in to comment.