X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/aca2ebb98aeae4744e3c50f9fca7e08a1dd784a2..f7761282a6a0744caadfa6ddfb44f09d68c9f928:/app/views/election/edit_voters.rhtml diff --git a/app/views/election/edit_voters.rhtml b/app/views/election/edit_voters.rhtml index 429a907..1e98fba 100644 --- a/app/views/election/edit_voters.rhtml +++ b/app/views/election/edit_voters.rhtml @@ -3,8 +3,8 @@ <%= render :partial => 'voter_list' %> -<%= form_tag :action => 'edit_voters', :id => @election.id %> +<% form_tag (:action => 'edit_voters', :id => @election.id) do %> <%= render :partial => 'voters_form' %> -<%= end_form_tag %> +<% end %> <%= button_to 'Done!', :action => 'show', :id => @election.id %>