diff --git a/CHANGELOG.md b/CHANGELOG.md index 36e2a9bdc..4683e81b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/Bundle/ChillPersonBundle/Resources/views/Household/summary.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/Household/summary.html.twig index 9946bc8bf..c00e8aed1 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/Household/summary.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/Household/summary.html.twig @@ -48,7 +48,6 @@ - {% if address is not empty %}
{% if form is null %} @@ -101,10 +100,8 @@ {{ form_end(form) }} - {% endif %}
- {% endif %}

{{ 'household.Household members'|trans }}