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 9bc9954..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<h1>Editing <%= @candidate.name %></h1>
-
-<%= error_messages_on :candidate %>
-
-<%= form_tag :action => 'update_candidate', :id => @candidate.id %>
-  <%= render :partial => 'candidate_form' %>
-  <%= submit_tag "Done!" %>
-<%= end_form_tag %>
-

Benjamin Mako Hill || Want to submit a patch?