2023-10-19 17:24:08 +02:00
|
|
|
{{#*inline "page"}}
|
|
|
|
<h1>New user</h1>
|
2023-10-22 17:14:53 +02:00
|
|
|
{{#if message}}
|
|
|
|
<div>
|
|
|
|
{{message}}
|
|
|
|
</div>
|
|
|
|
{{/if}}
|
2023-10-19 17:24:08 +02:00
|
|
|
<form method="POST">
|
|
|
|
<label>Username <input type="text" name="username" /></label>
|
|
|
|
<label>Password <input type="password" name="password" /></label>
|
|
|
|
<label>Confirm password <input type="password" name="password2" /></label>
|
|
|
|
<input type="submit" value="Create account" />
|
|
|
|
</form>
|
|
|
|
{{/inline}}
|
|
|
|
{{> root.hbs}}
|