X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/936d687077455711e0c5031f0244cc873f225658..5a8b533b5abec8dc24674e4ef084b0b9779da8af:/app/views/elections/_overview_form.rhtml diff --git a/app/views/elections/_overview_form.rhtml b/app/views/elections/_overview_form.rhtml index b3715e1..4a76b81 100644 --- a/app/views/elections/_overview_form.rhtml +++ b/app/views/elections/_overview_form.rhtml @@ -9,5 +9,12 @@

<%= check_box 'election', 'anonymous', {}, 1, 0 %>

+ +

Election/Voting Start Date
+<%= datetime_select :election, :startdate %>

+ +

Election/Voting End Date
+<%= datetime_select :election, :enddate %>

+