forgot.jade 742 B

12345678910111213141516171819202122
  1. extends ../layout
  2. block content
  3. section#partial
  4. .container
  5. .row
  6. .col-sm-8.col-sm-offset-2.text-center
  7. h3 Log In
  8. hr
  9. .row
  10. .col-sm-8.col-sm-offset-2
  11. form(method='POST')
  12. legend Forgot Password
  13. input(type='hidden', name='_csrf', value=_csrf)
  14. .form-group
  15. p Enter your email address below and we will send you password reset instructions.
  16. label.control-label(for='email') Email
  17. input.form-control(type='email', name='email', id='email', placeholder='Email', autofocus=true)
  18. .form-group
  19. button.btn.btn-primary(type='submit')
  20. i.fa.fa-key
  21. | Reset Password