script(type="text/template")#reset-password-template
  form
    .white
      .row
        i.icon-user.icon
        input(type='email', placeholder='E-mail', name='email', required).form-control
    .row
      input(type='submit', value='Reset').button
    .row.meta-login
      a(href='javascript:void(0);')#login-toggle Cancel
    .row.error That didn't work, check your email and try again.
