i broke everything oh no
This commit is contained in:
parent
26de7b3cc4
commit
2843aec125
8 changed files with 170 additions and 216 deletions
10
templates/new_user.hbs
Normal file
10
templates/new_user.hbs
Normal file
|
@ -0,0 +1,10 @@
|
|||
{{#*inline "page"}}
|
||||
<h1>New user</h1>
|
||||
<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}}
|
Loading…
Add table
Add a link
Reference in a new issue