<% title "Sign Up", false %>

Sign up

<%= form_for(resource, :as => resource_name, :url => registration_path(resource_name)) do |f| %> <%= devise_error_messages! %>

Email Confirmation: You will receive an email with instructions about how to confirm your account shortly after signing up.

<%= f.submit "Sign up" %>

<%= render :partial => "devise/shared/links" %> <% end %>