2014-05-15 12:16:20 -04:00
|
|
|
extends ../layout
|
|
|
|
|
|
|
|
block content
|
|
|
|
.container
|
|
|
|
.row
|
|
|
|
.box.span4.offset4
|
|
|
|
.page-header
|
|
|
|
h1 Set Password
|
|
|
|
.messageArea
|
2014-05-15 12:58:25 -04:00
|
|
|
form.validate#setPasswordReset(method='post')
|
2014-05-15 12:16:20 -04:00
|
|
|
input(type="hidden", name="_csrf", value=csrfToken)
|
|
|
|
.clearfix
|
|
|
|
.input
|
2014-05-15 13:08:21 -04:00
|
|
|
input.span4.email.required(type='password', name='password', placeholder='new password')
|
2014-05-15 12:16:20 -04:00
|
|
|
.input
|
|
|
|
input(type="hidden", name="passwordResetToken", value=passwordResetToken)
|
|
|
|
.actions
|
|
|
|
button.btn.btn-primary.btn.btn-large(type='submit') Submit
|