* refactored the system so that it keeps pictures in a seperate table
[selectricity] / app / views / election / new.rhtml
diff --git a/app/views/election/new.rhtml b/app/views/election/new.rhtml
deleted file mode 100644 (file)
index 7b71748..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<h1>Create A New Vote</h1>
-
-<h2>Vote Overview</h2>
-
-<% form_tag (:action => 'create_election') do %>
-  <%= render :partial => 'overview_form' %>
-  <%= submit_tag "Done!" %>
-<% end %>
-

Benjamin Mako Hill || Want to submit a patch?