household address: choose among available address

This commit is contained in:
nobohan
2021-06-07 12:18:03 +02:00
parent 6f68349f57
commit 2b5ed5e5a3
6 changed files with 134 additions and 32 deletions

View File

@@ -8,17 +8,6 @@
<p>Household with id {{ household.id }}</p>
<div>
<h2>Select an existing address</h2>
TODO: select of existing address ?
</div>
<div>
<h2>Create a new address</h2>
<div id="address"></div>
</div>
<div>
<h2>Add the address to the household</h2>
<div id="household-address"></div>
</div>