X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/05ebed925ae2b5e7bf2a599536ba7d7ac15ffbf7..3062c2d0a2b51fdf3c6b1f3bbd35d524020890a7:/app/views/election/_overview_form.rhtml diff --git a/app/views/election/_overview_form.rhtml b/app/views/election/_overview_form.rhtml index 8d1861d..a36e817 100644 --- a/app/views/election/_overview_form.rhtml +++ b/app/views/election/_overview_form.rhtml @@ -17,16 +17,26 @@
All elections end at 23:59.
-<%= date_select :election, :enddate %>
<% type_hash = {}; ELECTION_TYPES.each {|k,v| type_hash[v] = k} %>
<%= select_tag 'election[election_method]', options_for_select(type_hash, @election.election_method) %>
-<%= check_box :election, :embeddable %>
++<%= check_box :election, :verifiable%>
-+
<%= check_box :election, :early_results%>
+ ++<%= check_box :election, :embeddable %>
+ ++Warning: This will let users vote multiple times +from the same computer! +<%= check_box :election, :kiosk%>
+