Updated forgot password and login templates

pull/2/head
Sahat Yalkabov 2014-02-17 19:44:51 -05:00
parent fcd8773518
commit 89a8b72181
2 changed files with 13 additions and 26 deletions

View File

@ -1,28 +1,15 @@
extends ../layout
block content
.container
.row
.col-sm-6.col-sm-offset-3
br
br
form(method='POST')
input(type='hidden', name='_csrf', value=token)
legend Forgot Password
div.form-group
p Enter your email address and we'll send you reset instructions.
label.sr-only(for='email') Enter Your Email:
input.form-control(type='email', name='email', id='email', placeholder='Your Email', autofocus=true, required)
div.form-group
button.btn.btn-primary(type='submit') Reset Password
br
p Or, if you rembered your password
a(href='login') <strong> sign in.</strong>
//- Form Notes
//- ===========================================
//- 1) Always add labels!
//- Screen readers will have trouble with your forms if you don't include a label for every input.
//- NOTE: you can hide the labels using the .sr-only class.
//- 2) Use proper HTML5 input types (email, password, date, etc.) This adds some HTML5 validation as
//- well as the correct keyboard on mobile devices.
.col-sm-8.col-sm-offset-2
form(method='POST')
legend Forgot Password
input(type='hidden', name='_csrf', value=token)
.form-group
p Enter your email address below and we will send you password reset instructions.
label.control-label(for='email') Email
input.form-control(type='email', name='email', id='email', placeholder='Email', autofocus=true)
.form-group
button.btn.btn-primary(type='submit')
i.fa.fa-key
| Reset Password

View File

@ -3,8 +3,8 @@ extends ../layout
block content
.col-sm-8.col-sm-offset-2
form(method='POST')
input(type='hidden', name='_csrf', value=token)
legend Sign In
input(type='hidden', name='_csrf', value=token)
.form-group
.btn-group.btn-group-justified
if secrets.facebookAuth