Login and signup form POST instead of GET
This commit is contained in:
@ -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='')
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user