Add possibility to export non-attributed availabilities
This commit is contained in:
parent
1e6f91f59a
commit
8931842ccb
4 changed files with 72 additions and 25 deletions
|
|
@ -99,8 +99,10 @@
|
|||
<ul id="training_list">-
|
||||
</ul>
|
||||
<form id="list_export" method="get" action="{% url 'stages_export' %}">{% csrf_token %}
|
||||
<input id="filter" name="filter" type="hidden" value="">
|
||||
<input id="period" name="period" type="hidden" value="">
|
||||
<input id="non_attr" name="non_attr" type="hidden" value="0">
|
||||
<input id="export" type="button" value="Exporter la liste">
|
||||
<input id="export_non_attr" type="button" value="Exporter la liste des stages non attribués">
|
||||
</form>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue