mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
Save and report which teams have successfully connected to the field.
This commit is contained in:
@@ -60,6 +60,12 @@
|
||||
<textarea class="form-control" rows="5" name="accomplishments">{{.Team.Accomplishments}}</textarea>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-lg-5 control-label">Has Connected to Field?</label>
|
||||
<div class="col-lg-1 checkbox">
|
||||
<input type="checkbox" name="hasConnected"{{if .Team.HasConnected}} checked{{end}} />
|
||||
</div>
|
||||
</div>
|
||||
{{if .EventSettings.NetworkSecurityEnabled}}
|
||||
<div class="form-group">
|
||||
<label class="col-lg-3 control-label">WPA Key</label>
|
||||
|
||||
Reference in New Issue
Block a user