This commit is contained in:
Thomas Rubini 2023-03-20 14:17:54 +01:00
parent 320b733bfd
commit 30d903db38
No known key found for this signature in database
GPG Key ID: C7D287C8C1CAC373

View File

@ -19,7 +19,7 @@
<input value="{{place['name']}}">
<button onclick="deletePlace(this)">Delete place</button>
</section>
{%endfor%}
{%endfor%}
</section>
<button onclick="addNewInput()">Add new</button>
<button onclick="saveForm()">Save changes</button>