From 9587150e7befef6a0741545050908044cf8a870f Mon Sep 17 00:00:00 2001 From: Brian Ridings Date: Fri, 28 Mar 2014 10:38:04 -0400 Subject: [PATCH] Change token to _csrf --- views/account/forgot.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/account/forgot.jade b/views/account/forgot.jade index 70029f16b8..a843a1e95b 100644 --- a/views/account/forgot.jade +++ b/views/account/forgot.jade @@ -4,7 +4,7 @@ block content .col-sm-8.col-sm-offset-2 form(method='POST') legend Forgot Password - input(type='hidden', name='_csrf', value=token) + input(type='hidden', name='_csrf', value=_csrf) .form-group p Enter your email address below and we will send you password reset instructions. label.control-label(for='email') Email