forgot.jade 540 B

123456789101112131415
  1. extends ../layout
  2. block content
  3. .col-sm-8.col-sm-offset-2
  4. form(method='POST')
  5. legend Forgot Password
  6. input(type='hidden', name='_csrf', value=_csrf)
  7. .form-group
  8. p Enter your email address below and we will send you password reset instructions.
  9. label.control-label(for='email') Email
  10. input.form-control(type='email', name='email', id='email', placeholder='Email', autofocus=true)
  11. .form-group
  12. button.btn.btn-primary(type='submit')
  13. i.fa.fa-key
  14. | Reset Password