-<% if @quickvote %> -

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

+

- - -<% end %> + +
+<%= render :partial => 'candidate_list' %> +
-<%= form_tag :action => 'create' %> +<% form_tag(:action => 'create') do %> +

+ +

required; 5-12 characters; only letters and numbers; no spaces

+ +

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

+ +

+ +

required; free-form
+ +<%= text_field 'quickvote', 'description', :size => 50 %>

-

+
+ +

<%= submit_tag "Create Quickvote" -%>

+ +<% end %> +