Add help-block with "Forgot your password"
This commit is contained in:
@ -24,6 +24,8 @@ block content
|
|||||||
.form-group
|
.form-group
|
||||||
label.control-label(for='username') Password
|
label.control-label(for='username') Password
|
||||||
input.form-control(type='password', name='password', id='password', placeholder='Password')
|
input.form-control(type='password', name='password', id='password', placeholder='Password')
|
||||||
|
.help-block
|
||||||
|
a(href='/login/forgot') Forgot Your Password?
|
||||||
.form-group
|
.form-group
|
||||||
button.btn.btn-primary(type='submit')
|
button.btn.btn-primary(type='submit')
|
||||||
i.fa.fa-unlock-alt
|
i.fa.fa-unlock-alt
|
||||||
|
Reference in New Issue
Block a user