-<%= render_partial 'progress', 'voters' %>
<% @edit = true %>
-<h1><strong><%= @election.name %>:</strong> Enter List of Voter Email Addresses</h1>
+<h1><strong><%=h @election.name %>:</strong> Enter List of Voter Email Addresses</h1>
<%= render :partial => 'voter_list' %>