summaryrefslogtreecommitdiff
path: root/app/views/tournaments/_form.html.erb
diff options
context:
space:
mode:
authornfoy <nfoy@purdue.edu>2014-04-01 18:46:22 -0400
committernfoy <nfoy@purdue.edu>2014-04-01 18:46:22 -0400
commit2b79a033262dfe610eb22b7f6b3614db9cb134b1 (patch)
tree2bb77aa81022e7c01cccfb67127c7acd2fbb65aa /app/views/tournaments/_form.html.erb
parentf08191c3966851b19edc949d7819cc58190037d7 (diff)
parente6b160bd81e51e0bd88e5c2563a06ea5f0d64620 (diff)
Merge branch 'master' of https://github.com/LukeShu/leaguer
Diffstat (limited to 'app/views/tournaments/_form.html.erb')
-rw-r--r--app/views/tournaments/_form.html.erb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/tournaments/_form.html.erb b/app/views/tournaments/_form.html.erb
index fe92318..3dadbf7 100644
--- a/app/views/tournaments/_form.html.erb
+++ b/app/views/tournaments/_form.html.erb
@@ -24,10 +24,6 @@
<%= f.number_field :status %>
</div>
<div class="field">
- <%= f.label :ger %><br>
- <%= f.text_field :ger %>
- </div>
- <div class="field">
<%= f.label :randomized_teams %><br>
<%= f.check_box :randomized_teams %>
</div>