fix canonicalization and show only active children in form

This commit is contained in:
2021-10-08 11:30:35 +02:00
parent 58ddbfb67b
commit 9a708ca618
6 changed files with 113 additions and 32 deletions

View File

@@ -23,7 +23,7 @@
{{ form_row(form.email) }}
<h2>{{ 'Contacts'|trans }}</h2>
{{ form_widget(form.children) }}
{{ form_widget(form.activeChildren) }}
<div class="mb-3 row">
{{ form_label(form.address) }}