diff --git a/app/views/mats/_form.html.erb b/app/views/mats/_form.html.erb index e136b9e..d3546cc 100644 --- a/app/views/mats/_form.html.erb +++ b/app/views/mats/_form.html.erb @@ -17,7 +17,7 @@ <% if @tournament_field %> - <%= f.hidden_field :tournament_id, :value => @tournament_field %>S + <%= f.hidden_field :tournament_id, :value => @tournament_field %> <% end %>