[household summary] show comment form even if no address are registered

This commit is contained in:
Julien Fastré 2021-10-01 16:53:27 +02:00
parent 0b57b3c74d
commit 77d86d3836
2 changed files with 1 additions and 3 deletions

View File

@ -12,6 +12,7 @@ and this project adheres to
* [Household editor][UI] Update how household suggestion and addresses are picked;
* [AddAddress] Handle address suggestion;
* [Household] Show comment event if no address are associated with the household;
## Test release yyyy-mm-dd

View File

@ -48,7 +48,6 @@
</li>
</ul>
</div>
{% if address is not empty %}
<div class="item-bloc col-7 col-comment">
{% if form is null %}
@ -101,10 +100,8 @@
</li>
</ul>
{{ form_end(form) }}
{% endif %}
</div>
{% endif %}
</div>
<h2 class="my-5">{{ 'household.Household members'|trans }}</h2>