mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Switch to using the FRC Events API for getting event info rather than scraping usfirst.org (which is down)
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
<form class="form-horizontal" action="/setup/teams" method="POST">
|
||||
<fieldset>
|
||||
<legend>Import Teams</legend>
|
||||
{{if not .EventSettings.FMSAPIDownloadEnabled}}<p>To automatically download data about teams, enter your FRC Events API key on the event settings page</p>{{end}}
|
||||
<div class="form-group">
|
||||
<textarea class="form-control" rows="10" name="teamNumbers"
|
||||
placeholder="One team number per line"></textarea>
|
||||
|
||||
Reference in New Issue
Block a user