<% -%>

Create QuickVote

<%= error_messages_for 'quickvote' %> <% if @quickvote %>

Please review the data you've entered and confirm. The candidates for the election submitted include:

<% end %> <%= form_tag :action => 'create' %>


<%= text_field 'quickvote', 'name' %>


<%= text_area 'quickvote', 'description', :rows => 2 %>


<%= text_area 'quickvote', 'candidatelist', :rows => 3 %>

<% if @quickvote -%> <%= submit_tag "Confirm" -%> <%= hidden_field :quickvote, :reviewed, :value => 1 %> <% else %> <%= submit_tag "Create QuickVote" -%> <%- end -%>

<%= end_form_tag %>