Switch to using the FRC Events API for getting event info rather than scraping usfirst.org (which is down)

This commit is contained in:
Sam Baumgarten
2015-03-24 20:52:11 -07:00
parent 3e40dafc26
commit 7ec4da5bcc
8 changed files with 103 additions and 49 deletions

View File

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