removed second password entry thingy
This commit is contained in:
parent
d17093ab3e
commit
456c46811d
1 changed files with 0 additions and 2 deletions
|
@ -14,8 +14,6 @@
|
|||
<form action='/internal/do_login' method='POST'>
|
||||
<label for='pw'>Password</label><br />
|
||||
<input type='password' name='pw' placeholder='••••••••' required /><br />
|
||||
<label for='pw2'>Retype password</label><br />
|
||||
<input type='password' placeholder='••••••••' name='pw2' required /><br />
|
||||
<button>Create Account</button>
|
||||
</form>
|
||||
{% include 'footer.html' %}
|
||||
|
|
Loading…
Reference in a new issue