mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-15 13:26:13 +00:00
allow to show customized form for address
This commit is contained in:
parent
e914abcb6f
commit
6d2fa87083
@ -32,6 +32,10 @@
|
||||
{{ form_row(form.postCode) }}
|
||||
{{ form_row(form.validFrom) }}
|
||||
|
||||
{% if form.customs is defined %}
|
||||
{{ form_widget(form.customs) }}
|
||||
{% endif %}
|
||||
|
||||
<ul class="record_actions sticky-form-buttons">
|
||||
<li class="cancel">
|
||||
<a href="{{ path('chill_person_address_list', { 'person_id' : person.id } ) }}" class="sc-button bt-cancel">
|
||||
|
@ -36,6 +36,10 @@
|
||||
{{ form_row(form.validFrom) }}
|
||||
{{ form_errors(form.validFrom) }}
|
||||
|
||||
{% if form.customs is defined %}
|
||||
{{ form_widget(form.customs) }}
|
||||
{% endif %}
|
||||
|
||||
<ul class="record_actions sticky-form-buttons">
|
||||
<li class="cancel">
|
||||
<a href="{{ path('chill_person_address_list', { 'person_id' : person.id } ) }}" class="sc-button bt-cancel">
|
||||
|
Loading…
x
Reference in New Issue
Block a user