Replaced h2 Login with form legend Login
This commit is contained in:
@ -5,24 +5,8 @@ block content
|
|||||||
.alert.alert-danger
|
.alert.alert-danger
|
||||||
strong= messages
|
strong= messages
|
||||||
|
|
||||||
h2.text-center Login
|
|
||||||
|
|
||||||
form.form-horizontal(method='POST')
|
form.form-horizontal(method='POST')
|
||||||
|
legend Login
|
||||||
.form-group
|
|
||||||
label.col-sm-2.control-label(for='username') Email
|
|
||||||
.col-sm-8
|
|
||||||
input.form-control(type='text', name='username', id='username', placeholder='Email', autofocus='')
|
|
||||||
.form-group
|
|
||||||
label.col-sm-2.control-label(for='username') Password
|
|
||||||
.col-sm-8
|
|
||||||
.input-group
|
|
||||||
input.form-control(type='password', name='password', id='password', placeholder='Password')
|
|
||||||
span.input-group-btn
|
|
||||||
button.btn.btn-primary(type='button') Go!
|
|
||||||
.help-block
|
|
||||||
a.pull-right(href='#') Forgot password?
|
|
||||||
|
|
||||||
.form-group
|
.form-group
|
||||||
.col-sm-offset-2.col-sm-8
|
.col-sm-offset-2.col-sm-8
|
||||||
.btn-group.btn-group-justified
|
.btn-group.btn-group-justified
|
||||||
@ -38,3 +22,17 @@ block content
|
|||||||
a.btn.btn-sm.btn-danger.google(href='/auth/google')
|
a.btn.btn-sm.btn-danger.google(href='/auth/google')
|
||||||
i.fa.fa-google-plus
|
i.fa.fa-google-plus
|
||||||
| Google
|
| Google
|
||||||
|
.form-group
|
||||||
|
label.col-sm-2.control-label(for='username') Email
|
||||||
|
.col-sm-8
|
||||||
|
input.form-control(type='text', name='username', id='username', placeholder='Email', autofocus='')
|
||||||
|
.form-group
|
||||||
|
label.col-sm-2.control-label(for='username') Password
|
||||||
|
.col-sm-8
|
||||||
|
.input-group
|
||||||
|
input.form-control(type='password', name='password', id='password', placeholder='Password')
|
||||||
|
span.input-group-btn
|
||||||
|
button.btn.btn-primary(type='submit') Go!
|
||||||
|
.help-block
|
||||||
|
a.pull-right(href='#') Forgot password?
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user