Skip to content

Commit edb5ca8

Browse files
authored
Fix issue #570 : Jazzmin tempaltes breaking django-import-export Export Actionnot working in jazzmin
1 parent e1f6b2e commit edb5ca8

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)