Changed properties to remove unecessary exectables.
[selectricity-live] / app / views / election / edit.rhtml
1 <h1><strong><%= @election.name %>:</strong> Edit Overview</h1>
2
3 <%= start_form_tag :action => 'update', :id => @election %>
4   <%= render :partial => 'overview_form' %>
5   <%= submit_tag 'Done!' %>
6 <%= end_form_tag %>

Benjamin Mako Hill || Want to submit a patch?