diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/tournaments/_form.html.erb | 4 |
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 %> |