%= render "shared/error_messages", :target => @user %>
<%= f.label :email, t("email") %> <%= f.text_field :email, :class => 'title' %>
<%= submit_tag t("continue"), :class => 'button primary' %>