mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 02:25:00 +00:00
adapt UI and controller for Person without centers
This commit is contained in:
@@ -76,10 +76,9 @@
|
||||
|
||||
{{ form_row(form.gender, { 'label' : 'Gender'|trans }) }}
|
||||
|
||||
<div style="display: none">
|
||||
{# TODO remove this field (vendee) #}
|
||||
{{ form_row(form.center, { 'label' : 'Center'|trans }) }}
|
||||
</div>
|
||||
{% if form.center is defined %}
|
||||
{{ form_row(form.center) }}
|
||||
{% endif %}
|
||||
|
||||
<ul class="record_actions sticky-form-buttons">
|
||||
<li class="dropdown">
|
||||
|
Reference in New Issue
Block a user