%= render "common/error_messages", :target => @tournament %>
<% if @tournament.game %>
<%= form_for(@tournament, url: tournaments_path, method: "post") do |f| %>
<%= f.fields_for :stages do |stages_fields| %>
<% end %>
<%= f.submit %>
<% end %>
<% end %>