fix NameError in show_election
authorJohn Dong <jdong@mit.edu>
Thu, 30 Aug 2007 16:03:34 +0000 (12:03 -0400)
committerJohn Dong <jdong@mit.edu>
Thu, 30 Aug 2007 16:03:34 +0000 (12:03 -0400)
app/views/election/show.rhtml

index 5d22f44352bb6c65e60125447d3a23b53adead5f..2a2316861f40fb95096ea7ada6b4fd1aee945572 100644 (file)
@@ -1,4 +1,3 @@
-<%= render_partial 'progress', 'review' %>
 <h1>Vote Information</h1>
 
 <% if @election.active? %>

Benjamin Mako Hill || Want to submit a patch?