<p><label for="quickvote_election_method">Election Method</label></p>
+<!--
+<% type_hash = {}; ELECTION_TYPES.each {|k,v| type_hash[v] = k} %>
+<%= select_tag 'election_election_method', options_for_select(type_hash, @quickvote.election_method) %></p>
+-->
<p><%= quickform.select('election_method',
%w(ssd condorcet plurality approval borda) ) %></p>