By signing up, you can keep a track of all the maps you work on, and the ones you upload,
as well as being the first to try out new features.
<%= f.text_field :login %>
<%= f.text_field :email %>
<%= f.password_field :password %>
<%= f.password_field :password_confirmation %>
<%= submit_tag 'Sign up' %>
<% end -%>