Trying the form the the correct express route

This commit is contained in:
terakilobyte
2015-01-10 00:19:58 -05:00
parent acd41de952
commit 3f18d22df7

View File

@ -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