7e31c920a0b7a47400cd1c53c9947510f546509d
[selectricity-live] / app / views / voter / index.rhtml
1 <% %>
2
3 <p>Please enter your password/token to log in and vote:</p>
4
5 <%= form_tag :action => 'index' %>
6 <%= text_field :vote, :password %>
7 <%= submit_tag "Log In" %>
8 <%= end_form_tag %>

Benjamin Mako Hill || Want to submit a patch?