fix contact form
This commit is contained in:
@ -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 • 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
|
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.
|
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)
|
input(type='hidden', name='_csrf', value=_csrf)
|
||||||
.form-group
|
.form-group
|
||||||
label(class='col-sm-2 control-label', for='name') Your name
|
label(class='col-sm-2 control-label', for='name') Your name
|
||||||
|
Reference in New Issue
Block a user