Added a series of files so that elections can be created and edited and
[selectricity] / app / views / elections / _overview_form.rhtml
index b3715e1e0f1f45b93bbd219d497f896a92d3bb8a..4a76b81269ca3d4715c0eba797832c31a3c3bca2 100644 (file)
@@ -9,5 +9,12 @@
 
 <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 />
+<%= datetime_select :election, :enddate %></p>
+
 <!--[eoform:election]-->
 

Benjamin Mako Hill || Want to submit a patch?