summaryrefslogtreecommitdiff
path: root/app/views/tournaments/new.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/tournaments/new.html.erb')
-rw-r--r--app/views/tournaments/new.html.erb6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/tournaments/new.html.erb b/app/views/tournaments/new.html.erb
index 2837708..af74ea8 100644
--- a/app/views/tournaments/new.html.erb
+++ b/app/views/tournaments/new.html.erb
@@ -13,4 +13,10 @@
<% end %>
</div>
+<div id='ajax-form'>
+ <% if not @tournament.game.nil? %>
+ <%= render 'stages' %>
+ <% end %>
+</div>
+
<%= link_to 'Back', tournaments_path %>