Renamed CSS and layout to move from the old name (HC) to the new name
[selectricity] / app / controllers / election_controller.rb
index 3a43c8e2dabb7ec613d5943e082032c1ca3a145d..e950153e7eae013345c1c79670c1bd18a68ced4b 100644 (file)
@@ -1,8 +1,8 @@
 class ElectionController < ApplicationController
   model :raw_voter_list, :voter, :vote, :candidate
-  layout 'hc'
+  layout 'main'
 
-  before_filter :login_required
+  #before_filter :login_required
 
   ## methods for displaying, creating,
   ## and manipulating election overview data

Benjamin Mako Hill || Want to submit a patch?