Working on a step-by-step workflow audit.
[selectricity-live] / app / views / election / _overview_form.rhtml
index 4a76b81269ca3d4715c0eba797832c31a3c3bca2..899f00b72129407ea5192306703789e7f3461ff9 100644 (file)
@@ -7,13 +7,15 @@
 <p><label for="election_description">Description</label><br/>
 <%= text_area 'election', 'description'  %></p>
 
+<!--
 <p><label for="election_anonymous">Anonymous Vote</label>
 <%= check_box 'election', 'anonymous', {}, 1, 0  %></p>
 
 <p>Election/Voting Start Date<br />
 <%= datetime_select :election, :startdate %></p>
+--> 
 
-<p>Election/Voting End Date<br />
+<p>Election End Date<br />
 <%= datetime_select :election, :enddate %></p>
 
 <!--[eoform:election]-->

Benjamin Mako Hill || Want to submit a patch?