mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-18 23:44:18 +01:00
5 lines
352 B
HTML
5 lines
352 B
HTML
<form hx-patch="/change-password" class="flex flex-col gap-1">
|
|
<input name="old_password" class="input w-full" type="password" placeholder="Enter old password"></input>
|
|
<input name="new_password" class="input w-full" type="password" placeholder="Enter new password"></input>
|
|
<button class="btn btn-primary w-full">Change Password</button>
|
|
</form> |