Removed first and last name frields on contact form

pull/2/head
Sahat Yalkabov 2013-11-30 13:35:10 -05:00
parent cdcf5c5d46
commit fd1afc9593
1 changed files with 0 additions and 8 deletions

View File

@ -4,14 +4,6 @@ block content
.col-sm-8.col-sm-offset-2
h3 Contact Form
form(role='form', method='POST')
.form-group
.row
.col-xs-6.col-sm-6.col-md-6
label(for='firstName') First Name
input.form-control(type='text', name='firstName', id='firstName')
.col-xs-6.col-sm-6.col-md-6
label(for='lastName') Last Name
input.form-control(type='text', name='lastName', id='lastName')
.form-group
label(for='email') Email
span.text-danger *