Fix filtering when exporting stages list

This commit is contained in:
Claude Paroz 2012-12-13 00:14:44 +01:00
parent d4435c02ab
commit 49262dca27
2 changed files with 6 additions and 3 deletions

View file

@ -94,7 +94,8 @@
<h3>Stages planifiés pour la période choisie</h3>
<ul id="training_list">-
</ul>
<form id="list_export" method="get" action=".">{% csrf_token %}
<form id="list_export" method="get" action="{% url 'stages_export' %}">{% csrf_token %}
<input id="filter" name="filter" type="hidden" value="">
<input id="export" type="button" value="Exporter la liste">
</form>
</div>