Skip to content

Commit 8b5fa37

Browse files
authored
Merge pull request #673 from omarbenhamid/master
Fix issue #570 : Fixing django-import-export ExportAction support
2 parents e1f6b2e + edb5ca8 commit 8b5fa37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jazzmin/templates/admin/import_export/export.html

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

1414
{% block content %}
1515
<div class="col-12">
16-
<form action="" method="POST" class="form-horizontal">
16+
<form action="{% url opts|admin_urlname:'export' %}" method="POST" class="form-horizontal">
1717
{% csrf_token %}
1818
<div class="row">
1919
<div class="col-12 col-lg-9">

0 commit comments

Comments
 (0)