first (mostly) working version of full elections.
[selectricity-live] / app / views / voter / index.rhtml
index 5c2ea2702c6e91ef88d0cb219ba165d46e06b141..e92081d4991e47bea0e993563e04eae95dcd7aa4 100644 (file)
@@ -1,8 +1,11 @@
-<% %>
+<div id="title-header">
+  <span class="header">Voter Login</span>
+  <span class="subheader"></span>
+</div>
 
 <p>Please enter your password/token to log in and vote:</p>
 
-<% form_tag(:action => 'index') do %>
+<% form_tag(:action => 'login') do %>
 <%= text_field :vote, :password %>
 <%= submit_tag "Log In" %>
 <% end %>

Benjamin Mako Hill || Want to submit a patch?