<% @edit = true %>

<%= @election.name %>: Edit Candidates

The following are valid options or candidates in this election:

<%= render :partial => 'candidates_form' %> <%= button_to "Done!", :action => 'show', :id => @election %>