mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 18:14:59 +00:00
fix canonicalization and show only active children in form
This commit is contained in:
@@ -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) }}
|
||||
|
Reference in New Issue
Block a user