From 3f18d22df7dac5136880c97cc4b593faa3950d9d Mon Sep 17 00:00:00 2001 From: terakilobyte Date: Sat, 10 Jan 2015 00:19:58 -0500 Subject: [PATCH] Trying the form the the correct express route --- 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 45241c49f4..14527a4f27 100644 --- a/views/account/forgot.jade +++ b/views/account/forgot.jade @@ -2,7 +2,7 @@ extends ../layout block content .col-sm-8.col-sm-offset-2.jumbotron - form(method='POST') + form(method='POST', action="/forgot") h1 Forgot Password input(type='hidden', name='_csrf', value=_csrf) .form-group