Added placeholders and changed name/id on login form
This commit is contained in:
@ -18,12 +18,12 @@ block content
|
|||||||
span.span-or or
|
span.span-or or
|
||||||
form(role='form')
|
form(role='form')
|
||||||
.form-group
|
.form-group
|
||||||
label(for='inputUsernameEmail') Username or email
|
label(for='email') Email
|
||||||
input#inputUsernameEmail.form-control(type='text')
|
input.form-control(type='text', name='email', id='email', placeholder='Email')
|
||||||
.form-group
|
.form-group
|
||||||
a.pull-right(href='#') Forgot password?
|
a.pull-right(href='#') Forgot password?
|
||||||
label(for='inputPassword') Password
|
label(for='password') Password
|
||||||
input#inputPassword.form-control(type='password')
|
input.form-control(type='password', name='password', id='password', placeholder='Password')
|
||||||
.checkbox.pull-right
|
.checkbox.pull-right
|
||||||
label
|
label
|
||||||
input(type='checkbox')
|
input(type='checkbox')
|
||||||
|
Reference in New Issue
Block a user