Updated form name and id to email

This commit is contained in:
Sahat Yalkabov
2014-01-07 15:54:01 -05:00
parent 8c115135b0
commit bedc91a25d

View File

@ -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')