Fix: Create User form didn't reload
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<h2>Neuen Account registrieren</h2>
|
||||
<form hx-post="/auth/newuser" hx-target="#auth-rendertarget" method="post">
|
||||
<form hx-post="/auth/newuser" hx-target="#main-frame" method="post">
|
||||
<input type="text" name="user" placeholder="Nutzername" value="{{ username }}"><br>
|
||||
<input type="password" name="pass1" placeholder="Passphrase"><br>
|
||||
<input type="password" name="pass2" placeholder="Passphrase wiederholen"><br>
|
||||
|
||||
Reference in New Issue
Block a user