mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
[household summary] show comment form even if no address are registered
This commit is contained in:
parent
0b57b3c74d
commit
77d86d3836
@ -12,6 +12,7 @@ and this project adheres to
|
|||||||
|
|
||||||
* [Household editor][UI] Update how household suggestion and addresses are picked;
|
* [Household editor][UI] Update how household suggestion and addresses are picked;
|
||||||
* [AddAddress] Handle address suggestion;
|
* [AddAddress] Handle address suggestion;
|
||||||
|
* [Household] Show comment event if no address are associated with the household;
|
||||||
|
|
||||||
## Test release yyyy-mm-dd
|
## Test release yyyy-mm-dd
|
||||||
|
|
||||||
|
@ -48,7 +48,6 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
{% if address is not empty %}
|
|
||||||
<div class="item-bloc col-7 col-comment">
|
<div class="item-bloc col-7 col-comment">
|
||||||
{% if form is null %}
|
{% if form is null %}
|
||||||
|
|
||||||
@ -101,10 +100,8 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
{{ form_end(form) }}
|
{{ form_end(form) }}
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2 class="my-5">{{ 'household.Household members'|trans }}</h2>
|
<h2 class="my-5">{{ 'household.Household members'|trans }}</h2>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user