<%= devise_error_messages! :class => 'centered w30' %>
<%= form_for(resource, :as => resource_name, :url => unlock_path(resource_name), :html => { :method => :post }) do |f| %>

<%= t("resend_unlock_instructions", :default => "Resend unlock instructions") %>


<%= f.label :email, t("email", :default => "Email") %> <%= f.email_field :email %>
<% end %> <%= render :partial => "devise/shared/links" %>