adding a date for the address

The address are computed to be valid at a given date.

The date input appears only if fields concerning address are checked.
This commit is contained in:
2017-01-31 13:43:14 +01:00
parent 25cad2f11d
commit cc91ade6fe
5 changed files with 34 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
{% block _export_export_list_export_form_address_date_row %}
<div data-display-show-hide="address_date">
{{ form_row(form) }}
</div>
{% endblock %}