feat: category and phone number for contacts
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
{{ form_start(form, { 'attr': { 'hx-post': app.request.uri, 'hx-target': '#htmx-modal', 'hx-swap': 'outerHTML' } }) }}
|
||||
<div class="flex flex-col space-y-4 pb-4">
|
||||
{{ form_row(form.category) }}
|
||||
{{ form_row(form.name) }}
|
||||
{{ form_row(form.email) }}
|
||||
{{ form_row(form.phone) }}
|
||||
{{ form_row(form.destination) }}
|
||||
<div>
|
||||
<h4 class="font-bold pb-2">
|
||||
|
||||
Reference in New Issue
Block a user