Added alliance selection page.

This commit is contained in:
Patrick Fairbank
2014-06-10 21:45:40 -07:00
parent 0c971861f8
commit cc92cee445
7 changed files with 692 additions and 16 deletions

View File

@@ -198,6 +198,8 @@ func SchedulePdfReportHandler(w http.ResponseWriter, r *http.Request) {
matchType = "Qualification"
} else if matchType == "practice" {
matchType = "Practice"
} else if matchType == "elimination" {
matchType = "Elimination"
}
// Render match info row.