Files
minne/templates/auth/change_password_form.html
2025-03-20 22:00:06 +01:00

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>