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

<%= t 'registration.change_your_password' %>

<% bootstrap_flash %> <%= f.alert_message "Please fix the errors below."%> <%= f.hidden_field :reset_password_token %>
<%= f.password_field :password, label: (t 'registration.new_password'), required: true, autofocus: true, class: "input-block-level" %> <%= f.password_field :password_confirmation, label: (t 'registration.confirm_your_new_password'), required: true, class: "input-block-level" %>
<%= f.submit t 'registration.change_password' %>
<% end %>