diff --git a/CHANGELOG.md b/CHANGELOG.md index e3090d723..222cb8c6d 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; * [Person results] Add requestor into search results: * a badge "requestor" is shown into search results; 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 }}