1 <p>Please enter candidates for <strong><%= @election.name %></strong>.</p>
3 <%= form_remote_tag(:update => "candidate_list",
4 :url => { :action => :add_candidate, :id => @election.id },
5 :position => "top" ) %>
8 <%= text_field_tag :newcandidate %>
10 <%= submit_tag "Add" %>