layout changes
Some checks failed
Build and push / Pulling repo on server (push) Failing after 2s
Some checks failed
Build and push / Pulling repo on server (push) Failing after 2s
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<div>
|
||||
<h1>Mein Profil bearbeiten</h1>
|
||||
|
||||
<form id="dogeditform" hx-post="/profile/edit" hx-encoding='multipart/form-data' hx-target="#response">
|
||||
<form id="dogeditform" hx-post="/profile/edit" hx-encoding='multipart/form-data' hx-target="#response" class="row row-cols-2">
|
||||
<div>
|
||||
<label for="firstname">Vorname</label>
|
||||
<input type="text" value="<?= $user['firstname']; ?>" id="firstname" name="firstname" class="form-control" placeholder="Max">
|
||||
|
Reference in New Issue
Block a user