removed second password entry thingy

This commit is contained in:
Lynne Megido 2018-11-06 21:23:04 +10:00
parent d17093ab3e
commit 456c46811d
Signed by: lynnesbian
GPG Key ID: FB7B970303ACE499

View File

@ -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' %}