feat: Begins a generic htmx form context and template, integrates user form, begins views for vendor and purchase orders.
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
hx-swap-oob="outerHTML"
|
||||
#endif
|
||||
>
|
||||
<label for="firstName">First Name</label>
|
||||
<input type="text"
|
||||
id="firstName"
|
||||
name="firstName"
|
||||
@@ -24,7 +23,6 @@
|
||||
#if(employee.firstName): value=#(employee.firstName) #endif
|
||||
>
|
||||
<br>
|
||||
<label for="lastName">Last Name</label>
|
||||
<input type="text"
|
||||
id="lastName"
|
||||
name="lastName"
|
||||
|
||||
Reference in New Issue
Block a user