summaryrefslogtreecommitdiff
path: root/app/views/common/_show_tournament.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/common/_show_tournament.html.erb')
-rw-r--r--app/views/common/_show_tournament.html.erb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/common/_show_tournament.html.erb b/app/views/common/_show_tournament.html.erb
index fb31420..b16a37b 100644
--- a/app/views/common/_show_tournament.html.erb
+++ b/app/views/common/_show_tournament.html.erb
@@ -30,10 +30,6 @@
<p style="margin-top:10px;"> You've signed up for this tournament! </p>
<% end %>
<%= form_tag(tournament_brackets_path(target), method: "post") do %>
- <%= label :user_id, nil, style: "display: none;" %>
- <%= text_field_tag :user_id, current_user.id, style: "display: none;" %>
- <%= label :tournament_id, nil, style: "display: none;" %>
- <%= text_field_tag :tournament_id, target.id, style: "display: none;" %>
<%= submit_tag("Make Bracket") %>
<% end %>
<% end %>