Change token to _csrf
This commit is contained in:
@ -4,7 +4,7 @@ block content
|
|||||||
.col-sm-8.col-sm-offset-2
|
.col-sm-8.col-sm-offset-2
|
||||||
form(method='POST')
|
form(method='POST')
|
||||||
legend Forgot Password
|
legend Forgot Password
|
||||||
input(type='hidden', name='_csrf', value=token)
|
input(type='hidden', name='_csrf', value=_csrf)
|
||||||
.form-group
|
.form-group
|
||||||
p Enter your email address below and we will send you password reset instructions.
|
p Enter your email address below and we will send you password reset instructions.
|
||||||
label.control-label(for='email') Email
|
label.control-label(for='email') Email
|
||||||
|
Reference in New Issue
Block a user