Push surrogates and dqs to TBA (fixes #55).

This commit is contained in:
Patrick Fairbank
2018-09-17 20:52:15 -07:00
parent bd13887aaf
commit 7297dc4146
2 changed files with 40 additions and 11 deletions

View File

@@ -127,7 +127,7 @@ func (web *Web) scheduleRepublishPostHandler(w http.ResponseWriter, r *http.Requ
return
}
http.Redirect(w, r, "/setup/schedule"+getMatchType(r), 303)
http.Redirect(w, r, "/setup/schedule?matchType="+getMatchType(r), 303)
}
// Saves the generated schedule to the database.