Updated reset password template

pull/2/head
Sahat Yalkabov 2014-02-18 03:10:24 -05:00
parent ac61a33867
commit 1a12c07810
1 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
extends ../layout extends ../layout
block content block content
.col-sm-6.col-sm-offset-3 .col-sm-8.col-sm-offset-2
form(method='POST') form(method='POST')
legend Reset Password legend Reset Password
input(type='hidden', name='_csrf', value=token) input(type='hidden', name='_csrf', value=token)
@ -12,4 +12,6 @@ block content
label(for='confirm') Confirm Password label(for='confirm') Confirm Password
input.form-control(type='password', name='confirm', value='', placeholder='Confirm password') input.form-control(type='password', name='confirm', value='', placeholder='Confirm password')
.form-group .form-group
button.btn.btn-primary.btn-reset(type='submit') Update Password button.btn.btn-primary.btn-reset(type='submit')
i.fa.fa-keyboard-o
| Update Password