2014-02-12 05:23:40 -05:00
|
|
|
extends ../layout
|
|
|
|
|
|
|
|
block content
|
|
|
|
.container
|
|
|
|
.row
|
|
|
|
span4.offset4.span-box
|
|
|
|
.page-header
|
|
|
|
h1 Login
|
|
|
|
.messageArea
|
|
|
|
form.validate#loginForm(enctype='multipart/form-data', method='post')
|
|
|
|
input(name='_csrf', type='hidden', value=csrfToken)
|
|
|
|
input(name='redir', type='hidden', value=redir)
|
|
|
|
.clearfix
|
|
|
|
label(for='xlInput') Email
|
|
|
|
.input
|
|
|
|
input.span4#email.email.required(type='email', autofocus="autofocus", name='email', placeholder='your@email.com')
|
|
|
|
.clearfix
|
|
|
|
label(for='xlInput') Password
|
|
|
|
.input
|
|
|
|
input.span4#password.required(type='password', name='password', placeholder='********')
|
|
|
|
.actions
|
|
|
|
button.btn-primary.btn.btn-large#login(type='submit') Login
|
2014-05-15 12:58:25 -04:00
|
|
|
a#passwordReset(href='/user/password/reset') forgot password?
|
2014-02-12 05:23:40 -05:00
|
|
|
include ../general/small-footer
|