Login and signup form POST instead of GET

This commit is contained in:
Sahat Yalkabov
2013-11-17 15:05:13 -05:00
parent 4dec6d3384
commit 85a4199000
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ block content
.login-or
hr.hr-or
span.span-or or
form(role='form')
form(role='form', method='POST')
.form-group
label(for='email') Email
input.form-control(type='text', name='email', id='email', placeholder='Email', autofocus='')

View File

@ -6,7 +6,7 @@ block content
.main
h3 Signup Form
form(role='form')
form(role='form', method='POST')
.form-group
.row
.col-xs-6.col-sm-6.col-md-6