Trying the form the the correct express route
This commit is contained in:
@ -2,7 +2,7 @@ extends ../layout
|
|||||||
|
|
||||||
block content
|
block content
|
||||||
.col-sm-8.col-sm-offset-2.jumbotron
|
.col-sm-8.col-sm-offset-2.jumbotron
|
||||||
form(method='POST')
|
form(method='POST', action="/forgot")
|
||||||
h1 Forgot Password
|
h1 Forgot Password
|
||||||
input(type='hidden', name='_csrf', value=_csrf)
|
input(type='hidden', name='_csrf', value=_csrf)
|
||||||
.form-group
|
.form-group
|
||||||
|
Reference in New Issue
Block a user