Added funcitionality so user can change the email address associated with their accou...
[selectricity] / app / views / account / signup.rhtml
index c0012a73d3cfbaec7fd555693fc949eb96ae55dc..bdb2599d042b8957dd0a2e71a43b0cc0f755ea53 100644 (file)
@@ -1,10 +1,19 @@
+<div id="title-header">
+  <span class="header">Account Sign Up</span>
+  <span class="subheader"></span>
+</div>
+
 <%= error_messages_for :user %>
 <% form_for :user do |f| -%>
+
 <p><label for="login">Login</label><br/>
 <%= f.text_field :login %></p>
 
 <p><label for="email">Email</label><br/>
-<%= f.text_field :email %></p>
+<%= f.text_field :email %><br />
+
+<p>People participating in elections you're administrating will contact you 
+at this address.</p>
 
 <p><label for="password">Password</label><br/>
 <%= f.password_field :password %></p>

Benjamin Mako Hill || Want to submit a patch?