Testeando smartgit
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<form hx-post="/api/inquilino" hx-swap="outerHTML" hx-on="htmx:afterRequest: hx-get='/api/inquilino' hx-target='#inquilino-data' hx-swap='innerHTML'">
|
||||
<h3>Alta Inquilino</h3>
|
||||
<form hx-post="/api/inquilino" hx-swap="outerHTML" hx-target="#addInquilino" hx-on="htmx:afterRequest: hx-get='/api/inquilino' hx-target='#inquilino-data' hx-swap='innerHTML'">
|
||||
<label for="Dni">Dni:</label><br>
|
||||
<input type="number" id="Dni" name="Dni" min="1" step="1" required>
|
||||
<br>
|
||||
@@ -31,6 +32,5 @@
|
||||
<input type="tel" id="Celular" name="Celular" required>
|
||||
<br>
|
||||
|
||||
<button
|
||||
type="submit">Agregar Inquilino</button>
|
||||
<button type="submit">Agregar Inquilino</button>
|
||||
</form>
|
||||
Reference in New Issue
Block a user