<%=l(:label_edit_contest_notice)%>

<%= labelled_form_for @contestnotification, :url => contest_contestnotification_path, :html => { :id => 'contestnotifications-form', :multipart => true, :method => :put } do |f| %> <%= render :partial => 'form', :locals => { :f => f } %> <%= submit_tag l(:button_save) %> <%#= preview_link preview_contestnotifications_path(id: @contestnotification), 'contestnotifications-form' %> <% end %>
<% content_for :header_tags do %> <%= stylesheet_link_tag 'scm' %> <% end %>