X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/22f84a3ea8bc39eb4cb91575d35dfca683336032..eed818c2f36f08638c65244ea79485b87cb7ddc8:/app/views/account/signup.rhtml diff --git a/app/views/account/signup.rhtml b/app/views/account/signup.rhtml index c0012a7..bdb2599 100644 --- a/app/views/account/signup.rhtml +++ b/app/views/account/signup.rhtml @@ -1,10 +1,19 @@ +
+ Account Sign Up + +
+ <%= error_messages_for :user %> <% form_for :user do |f| -%> +


<%= f.text_field :login %>


-<%= f.text_field :email %>

+<%= f.text_field :email %>
+ +

People participating in elections you're administrating will contact you +at this address.


<%= f.password_field :password %>