Remove the 3A escape code from the view.
[selectricity-live] / app / views / election / edit_candidates.rhtml
index 837f75560760d0ea03d0b6a652eaf25106682bbc..dcd601a9cf72b3501061a3b18bfb83126e30367b 100644 (file)
@@ -1,11 +1,9 @@
-<%= render_partial 'progress', 'candidates' %>
-<h1>Edit/Add Candidates</h1>
+<h2>Edit/Add Candidates</h2>
 
 <%= error_messages_for :candidate %>
 
 <% unless @election.candidates.empty? %>
   <p>The following are valid options or candidates in this election:</p>
-1;3A
 
   <% @election.candidates.each do |candidate| %>
     <% @current_candidate = candidate %>

Benjamin Mako Hill || Want to submit a patch?