fixed a large number of bugs in the software (see wiki) over a days work
[selectricity-live] / app / views / voter / thanks.rhtml
index 7562c61681faef0b4d03f3f0c36062dad0495d8d..c68e22bc0046ee7ec95abe5c291d12a6f6bd310b 100644 (file)
 end of the election, you will be able to use this token to verify that
 your vote was used in the election and that your vote was recorded
 correctly.</p>
+
+<% if @voter.election.kiosk? and params[:kiosk] == 'true' %>
+
+<p>Please click the done button below when finished to reset the system
+for the next voter.</p>
+
+<%= button_to "Done", :action => "kiosk_ready", :id => @password, :kiosk => true  %>
+
+<% end %>

Benjamin Mako Hill || Want to submit a patch?