<div class="clear-div"></div>
+<% if @election.active == 0 %>
+
<div class="normal-header">
<span class="header">Enter New Candidate</span>
<span class="subheader"></span>
to proceed to the next step.</p>
<%= button_to "Proceed to Next Step", :action => 'new_voters', :id => @election %>
+
+<% else %>
+
+<p>You can not edit the list of candidates once the election has begun.
+please return to the <%= link_to "election overview page", :action =>
+'show', :id => @election.id %>.</p>
+
+<% end %>