<%= t('users.unlock.title') %>
<%= simple_form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f| %>
<%= devise_error_messages! %>
<%= f.input :email, autofocus: true %>
<%= f.submit t('users.unlock.submit'), class: 'btn btn-primary' %>
<% end %>