<%=l(:label_contest_settings)%> |
<%= error_messages_for 'contest' %>
<%= labelled_form_for @contest, :url => update_contest_contest_path(@contest) do |f| %>
<%= render :partial => 'form_contest', :locals => { :f => f } %>
<%= submit_tag l(:button_create) %>
<%= javascript_tag "$('#bid_name').focus();" %>
<% end %>