add a filtering of tasks by center

This commit is contained in:
2018-10-18 20:51:49 +02:00
parent 7c113e3478
commit fe5f63457b
6 changed files with 47 additions and 2 deletions

View File

@@ -168,6 +168,10 @@
{{ form_row(form.person_id) }}
{% endif %}
{% if form.center_id is defined %}
{{ form_row(form.center_id) }}
{% endif %}
<ul class="record_actions">
<li>
<button type="submit" class="sc-button">{{ 'Filter'|trans }}</button>