mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Merge branch 'master' into changes_for_2015_game
This commit is contained in:
@@ -91,10 +91,19 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<legend>Automatic Team Info Download</legend>
|
||||
<div class="form-group">
|
||||
<label class="col-lg-7 control-label">Enable Team Info Download From usfirst.org</label>
|
||||
<label class="col-lg-9 control-label">Enable Automatic Team Info Download (From TBA)</label>
|
||||
<div class="col-lg-1 checkbox">
|
||||
<input type="checkbox" name="teamInfoDownloadEnabled"{{if .TeamInfoDownloadEnabled}} checked{{end}}>
|
||||
<input type="checkbox" name="TBADownloadEnabled"{{if .TBADownloadEnabled}} checked{{end}}>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-lg-9 control-label">Enable Automatic Team Accomplishments Download (From TBA)</label>
|
||||
<div class="col-lg-1 checkbox">
|
||||
<input type="checkbox" name="TBADownloadEnabled"{{if .TBAAwardsDownloadEnabled}} checked{{end}}>
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
Reference in New Issue
Block a user