<%=l(:label_newtype_contest)%>

<%= labelled_form_for @contest, :url => {:controller => 'contests', :action => 'create_contest'}, method: :post do |f| %>
<%= render :partial => 'form_contest', :locals => { :f => f } %> <%= submit_tag l(:button_create), :style=> "margin-left: 100px;margin-top: 10px;" %> <%= javascript_tag "$('#bid_name').focus();" %> <% end %>
<% html_title(l(:label_newtype_contest)) -%>