Save and report which teams have successfully connected to the field.

This commit is contained in:
Patrick Fairbank
2018-09-21 16:05:44 -07:00
parent da006e6359
commit 9ebea8a51c
10 changed files with 84 additions and 9 deletions

View File

@@ -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>