first (mostly) working version of full elections.
[selectricity-live] / app / views / election / edit_candidate.rhtml
diff --git a/app/views/election/edit_candidate.rhtml b/app/views/election/edit_candidate.rhtml
deleted file mode 100644 (file)
index 7e1dd65..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<h1>Editing <%=h @candidate.name %></h1>
-
-<%= error_messages_for :candidate %>
-<% form_tag( { :action => :update_candidate, :id => @candidate.id },
-              :multipart => true ) do %>
-<%= render :partial => 'candidate_form' %>
-<%= submit_tag "Save" %>
-<% end %>
-

Benjamin Mako Hill || Want to submit a patch?