We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1f6b2e + edb5ca8 commit 8b5fa37Copy full SHA for 8b5fa37
1 file changed
jazzmin/templates/admin/import_export/export.html
@@ -13,7 +13,7 @@
13
14
{% block content %}
15
<div class="col-12">
16
- <form action="" method="POST" class="form-horizontal">
+ <form action="{% url opts|admin_urlname:'export' %}" method="POST" class="form-horizontal">
17
{% csrf_token %}
18
<div class="row">
19
<div class="col-12 col-lg-9">
0 commit comments