Remove some more 2016 stuff.

This commit is contained in:
Patrick Fairbank
2017-07-15 10:51:08 -07:00
parent 4d5d0b72bf
commit 7e61f3917b
4 changed files with 4 additions and 13 deletions

View File

@@ -148,7 +148,7 @@ func (matchResult *MatchResult) CorrectEliminationScore() {
}
}
// No elimination tiebreakers in 2016 Chezy Champs rules.
// No elimination tiebreakers in 2017 Chezy Champs rules.
}
// Calculates and returns the summary fields used for ranking and display.

View File

@@ -53,7 +53,7 @@
</span>
</div>
<div id="eventMatchInfo">
<span>{{.EventSettings.Name}} 2016</span>
<span>{{.EventSettings.Name}} 2017</span>
<span class="pull-right" id="matchName"></span>
</div>
</div>
@@ -107,7 +107,7 @@
</span>
</div>
<div id="finalEventMatchInfo">
<span>{{.EventSettings.Name}} 2016</span>
<span>{{.EventSettings.Name}} 2017</span>
<span class="pull-right" id="finalMatchName"></span>
</div>
</div>

View File

@@ -107,7 +107,7 @@
</div>
<div class="modal-body">
<p>A field management system that just works.</p>
<p>Copyright &copy; 2014-2016 Team 254. All Rights Reserved.</p>
<p>Copyright &copy; 2014-2017 Team 254. All Rights Reserved.</p>
<p><a href="https://github.com/Team254/cheesy-arena">https://github.com/Team254/cheesy-arena</a></p>
</div>
<div class="modal-footer">

View File

@@ -205,15 +205,6 @@
</div>
</div>
</fieldset>
<fieldset>
<legend>2016 Game Rules</legend>
<div class="form-group">
<label class="col-lg-5 control-label">Initial tower strength</label>
<div class="col-lg-7">
<input type="text" class="form-control" name="initialTowerStrength" value="{{.InitialTowerStrength}}">
</div>
</div>
</fieldset>
<div class="form-group">
<div class="col-lg-7 col-lg-offset-5">
<button type="submit" class="btn btn-info">Save</button>