%h1= t :forgot_password

= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f|
  = devise_error_messages!

  = f.label :email, I18n.t(:email)
  = f.email_field :email, :autofocus => true
  %br

  = f.submit t(:submit_send_instructions)

= render 'devise/shared/links'