<% -%>

Create QuickVote

<%= error_messages_for 'quickvote' %>

<%= render :partial => 'candidate_list' %>
<%= form_tag :action => 'create' %>


<%= text_field 'quickvote', 'name', :size => 15, :maxsize => 12 %>


<%= text_area 'quickvote', 'description', :cols => 50, :rows => 4 %>

<%= submit_tag "Create Quickvote" -%> <%= end_form_tag %>