Members: edit - archive/restore - delete

This commit is contained in:
William Bouzourène 2025-01-13 17:13:55 +01:00
parent d5c95532a1
commit 8c18f8a3f0
Signed by: bouzoure
SSH key fingerprint: SHA256:19MbXpLua4rUtk8tunMesD8KUKb91LXLHg8E/qTooww
4 changed files with 285 additions and 42 deletions

View file

@ -47,7 +47,7 @@
</div>
{% endif %}
<form id="section" method="post">
<form id="person" method="post">
<div class="row mb-3">
<label for="last_name" class="form-label col-md-2">
@ -165,6 +165,7 @@
name="postal_code"
placeholder="Code postal"
pattern="[0-9]{4}"
value="{{ Person.PostalCode }}"
>
</div>
<div class="col-md-7 col-lg-8">
@ -204,7 +205,7 @@
</div>
</div>
<div class="my-4">
<div class="my-5">
<button class="btn btn-primary" type="submit">
<i class="me-1 bi-floppy"></i>
Enregistrer