From a0ac7f939c770a8202f32805b879abd71de91170 Mon Sep 17 00:00:00 2001 From: guntasgrewal Date: Sun, 27 Apr 2014 22:37:08 -0400 Subject: Fixed the tournament create issue --- app/views/tournaments/_form.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/tournaments/_form.html.erb b/app/views/tournaments/_form.html.erb index b457ce4..90e0257 100644 --- a/app/views/tournaments/_form.html.erb +++ b/app/views/tournaments/_form.html.erb @@ -104,11 +104,11 @@ <% end %>

<% end %> - <% end %> + + <% end %> <%= f.submit %> <%# render 'stages' %> <% end %> <% end %> -<% end %> -- cgit v1.2.3