improves create a person with address

* validation: must have an address when 'create a form' is checked;
* minor improvements
This commit is contained in:
2022-05-06 11:43:05 +02:00
parent 64432bb08a
commit 6abbf9bf21
6 changed files with 56 additions and 30 deletions

View File

@@ -111,7 +111,6 @@
{{ form_row(form.addressForm) }}
</div>
<div id=address>
<p>{{ 'A new household will be created. The person will be member of this household.'|trans }}</p>
{{ form_row(form.address) }}
</div>
@@ -148,4 +147,4 @@
{% block css %}
{{ encore_entry_link_tags('mod_input_address') }}
{% endblock %}
{% endblock %}