%= render :partial => 'spree/shared/error_messages', :locals => { :target => @spree_notification } %>
<%= f.fields_for :notification do %>
<%= f.label :notification %>
<%= f.text_area :notification, :rows => "4", :class => 'input-width' %>
<% end %>
<%= f.fields_for :start_date do %>
<%= f.label :start_date %>
<%= f.text_field :start_date, :id => "start_date", :class => 'input-width'%>
<% end %>
<%= f.fields_for :end_date do %>
<%= f.label :end_date %>
<%= f.text_field :end_date, :id => "end_date", :class => 'input-width'%>
<% end %>
<%= f.submit :id => "notification_btn" %>