addresses: edit address for household (WIP)

This commit is contained in:
nobohan
2021-06-16 15:05:32 +02:00
parent 06daf35e96
commit 5b72eeb147
4 changed files with 58 additions and 6 deletions

View File

@@ -54,8 +54,10 @@
<span class="country">({{ address.postCode.country.name|localize_translatable_string }})</span>
</div>
{% endif %}
</div>
{% endif %}
<a href="{{ path('chill_person_household_address_edit', { 'household_id': household.id, 'address_id' : address.id } ) }}" class="sc-button bt-edit"></a>
</div>
</div>
</div>