Merge pull request #16 from FreeCodeCamp/forgot-password
Forgot password
This commit is contained in:
@ -1,9 +1,8 @@
|
|||||||
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', action="/forgot")
|
||||||
form(method='POST')
|
|
||||||
h1 Forgot Password
|
h1 Forgot Password
|
||||||
input(type='hidden', name='_csrf', value=_csrf)
|
input(type='hidden', name='_csrf', value=_csrf)
|
||||||
.form-group
|
.form-group
|
||||||
@ -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