FDDFDF
This commit is contained in:
parent
588bc9f93b
commit
a8be50a210
@ -6,7 +6,8 @@
|
||||
<div class="column is-10">
|
||||
<h2 class="title is-4">Modifier l'utilisateur #{{ .User.ID }}</h2>
|
||||
|
||||
<form hx-put="/api/user/update/{{ .User.ID }}" hx-target="#userList" hx-swap="outerHTML" class="box">
|
||||
<form hx-put="/api/user/update/{{ .User.ID }}" hx-on="htmx:afterRequest: window.location.href = '/admin/user'" class="box">
|
||||
|
||||
<div class="field">
|
||||
<label class="label">Email</label>
|
||||
<div class="control">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user