<% title (t 'registration.forgot_password') + ' - ' + @config.website_name %> <%= bootstrap_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| %>

<%= t 'registration.forgot_password' %>

<% bootstrap_flash %> <%= f.alert_message "Please fix the errors below."%>
<%= f.email_field :email, required: true, autofocus: true, class: "input-block-level" %>
<%= f.submit t 'registration.reset_password_submit' %> <%= link_to (t 'nav.back'), new_user_session_path, class: 'btn btn-link ' %>
<% end %>