<%= error_messages_for 'election' %>


<%= text_field 'election', 'name', :size => 60 %>


<%= text_area 'election', 'description', :rows => 5, :cols => 60 %>

Election End Date
All elections end at 23:59.
<%= date_select :election, :enddate %>