summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguntasgrewal <guntasgrewal@gmail.com>2014-04-27 22:37:08 -0400
committerguntasgrewal <guntasgrewal@gmail.com>2014-04-27 22:37:08 -0400
commita0ac7f939c770a8202f32805b879abd71de91170 (patch)
tree5a7bd447b7be657c5f3cf976eae2fc325edc9140
parente46b38a457cf9cc685f644be741073df183f53b2 (diff)
Fixed the tournament create issue
-rw-r--r--app/views/tournaments/_form.html.erb4
1 files 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 @@
</fieldset><% end %>
</p>
<% end %>
- </fieldset><% end %>
+ </fieldset>
+ <% end %>
<%= f.submit %>
<%# render 'stages' %>
<% end %>
<% end %>
-<% end %>