-<% if @quickvote %> +

-

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

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

-<% end %> +

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

-<%= form_tag :action => 'create' %> - +

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

+ +

+ +

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

-

+
+ +

<%= submit_tag "Create Quickvote" -%>

+ +<% end %> +