layout changes
Some checks failed
Build and push / Pulling repo on server (push) Failing after 2s

This commit is contained in:
piapassecker
2023-11-03 21:07:34 +01:00
parent 4280b6900a
commit 10bf9a8d72
3 changed files with 16 additions and 50 deletions

View File

@ -1,7 +1,7 @@
<div>
<h1>Hund <?= $dogid?'Bearbeiten':'Hinzufügen'; ?></h1>
<form id="dogeditform" hx-post="/dogs/edit" hx-encoding='multipart/form-data' hx-target="#response">
<form id="dogeditform" hx-post="/dogs/edit" hx-encoding='multipart/form-data' hx-target="#response" class="row row-cols-2">
<input type="hidden" name="dog_id" value="<?= $dogid; ?>">
<div class="mb-3 mb-md-4">
<label for="name" class="block mb-2 text-sm font-medium text-gray-900 dark:text-white">Name</label>