Fix filtering when exporting stages list
This commit is contained in:
parent
d4435c02ab
commit
49262dca27
2 changed files with 6 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue