Fixed display issues with forgot password view
This commit is contained in:
@ -1,8 +1,7 @@
|
|||||||
extends ../layout
|
extends ../layout
|
||||||
|
|
||||||
block content
|
block content
|
||||||
.jumbotron
|
.col-sm-8.col-sm-offset-2.jumbotron
|
||||||
.col-sm-8.col-sm-offset-2
|
|
||||||
form(method='POST')
|
form(method='POST')
|
||||||
h1 Forgot Password
|
h1 Forgot Password
|
||||||
input(type='hidden', name='_csrf', value=_csrf)
|
input(type='hidden', name='_csrf', value=_csrf)
|
||||||
@ -14,3 +13,4 @@ block content
|
|||||||
button.btn.btn-primary(type='submit')
|
button.btn.btn-primary(type='submit')
|
||||||
i.fa.fa-key
|
i.fa.fa-key
|
||||||
| Reset Password
|
| Reset Password
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user