Updated form name and id to email
This commit is contained in:
@ -23,8 +23,8 @@ block content
|
||||
i.fa.fa-google-plus
|
||||
| Google
|
||||
.form-group
|
||||
label.control-label(for='username') Email
|
||||
input.form-control(type='text', name='username', id='username', placeholder='Email', autofocus=true)
|
||||
label.control-label(for='email') Email
|
||||
input.form-control(type='text', name='email', id='email', placeholder='Email', autofocus=true)
|
||||
.form-group
|
||||
label.control-label(for='username') Password
|
||||
input.form-control(type='password', name='password', id='password', placeholder='Password')
|
||||
|
Reference in New Issue
Block a user