<%=l(:label_settings)%>

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