This commit is contained in:
2025-11-27 16:33:42 +01:00
commit ca9ac29ea4
19 changed files with 3346 additions and 0 deletions

4
views/edit.ejs Normal file
View File

@@ -0,0 +1,4 @@
<form action="/customers/<%= customer.id %>?_method=PUT" method="post">
<%- include('form', { customer }) %>
<button class="btn btn-primary">Aktualizuj</button>
</form>