Skip to content

Commit

Permalink
FIX: #23 Export does not respect filters
Browse files Browse the repository at this point in the history
Thanks @124bit for report.
  • Loading branch information
bmihelac committed Apr 11, 2013
1 parent f2ca059 commit ad5176f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion import_export/templates/admin/import_export/export.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{% block content %}
<h1>{% trans "Export" %}</h1>

<form action="{% url opts|admin_urlname:"export" %}" method="POST">
<form action="" method="POST">
{% csrf_token %}

<fieldset class="module aligned">
Expand Down

0 comments on commit ad5176f

Please sign in to comment.