diff --git a/views/password_reset.slim b/views/password_reset.slim index b12c2f9a..8e8752c6 100644 --- a/views/password_reset.slim +++ b/views/password_reset.slim @@ -4,7 +4,8 @@ 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. - 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" @@ -12,4 +13,5 @@ fieldset input name="email" type="email" class="input-Area" placeholder="Your email" +
button class="btn-Action" href="#" style="margin-top: 10px" Send Password Reset \ No newline at end of file diff --git a/views/signin.slim b/views/signin.slim index ec2128ac..ef3031ca 100644 --- a/views/signin.slim +++ b/views/signin.slim @@ -7,7 +7,9 @@ fieldset 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" + br button class="btn-Action" href="#" Sign in hr