From 8fa5f6b0946c448cddf5aba6713c4e7ed3a2fd86 Mon Sep 17 00:00:00 2001 From: Michael Q Larson Date: Tue, 13 Jan 2015 12:08:46 -0800 Subject: [PATCH] fix contact form --- views/contact.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/contact.jade b/views/contact.jade index cc7ff6ceaa..55d4cd8fe5 100644 --- a/views/contact.jade +++ b/views/contact.jade @@ -14,7 +14,7 @@ block content li • Understand that they will build your project using JavaScript frameworks (as opposed to older or proprietary tools) li • Keep your expectations high. Our students' goal is to produce work that's up to your standards h3 If you're OK with these terms, great! We'd love to help you! Fill in this form and we'll get right back to you. - form.form-horizontal(role='form', method='POST') + form.form-horizontal(role='form', action="/nonprofits/", method='POST') input(type='hidden', name='_csrf', value=_csrf) .form-group label(class='col-sm-2 control-label', for='name') Your name