little more clean up

This commit is contained in:
Scott O'Hara 2013-07-14 20:02:55 -04:00
parent 28ee419613
commit f245ae0a93
2 changed files with 5 additions and 1 deletions

View file

@ -4,7 +4,8 @@
h5 If you provided your e-mail you can reset your password. h5 If you provided your e-mail you can reset your password.
h6 If you didn't, you will not be able to reset your password. h6 If you didn't, you will not be able to reset your password.
p You will need to create a new account. We will not change a password without an email entered, no exceptions. p You will need to create a new account.
p We will not change a password without an email entered, no exceptions.
form method="POST" action="/send_password_reset" form method="POST" action="/send_password_reset"
@ -12,4 +13,5 @@
fieldset fieldset
input name="email" type="email" class="input-Area" placeholder="Your email" input name="email" type="email" class="input-Area" placeholder="Your email"
<br />
button class="btn-Action" href="#" style="margin-top: 10px" Send Password Reset button class="btn-Action" href="#" style="margin-top: 10px" Send Password Reset

View file

@ -7,7 +7,9 @@
fieldset fieldset
input name="username" type="text" placeholder="Your username" class="input-Area" autocapitalize="off" autocorrect="off" input name="username" type="text" placeholder="Your username" class="input-Area" autocapitalize="off" autocorrect="off"
br
input name="password" type="password" class="input-Area" placeholder="Your password" input name="password" type="password" class="input-Area" placeholder="Your password"
br
button class="btn-Action" href="#" Sign in button class="btn-Action" href="#" Sign in
hr hr