draft seasons get special treatment :)

This commit is contained in:
2026-02-18 20:36:15 +11:00
parent 2db24c3f77
commit 9db855f45b
16 changed files with 416 additions and 78 deletions

View File

@@ -39,6 +39,9 @@ func SeasonLeagueFinalsPage(
return
}
if redirectDraftSeasonLeague(season, "finals", w, r) {
return
}
if r.Method == "GET" {
renderSafely(seasonsview.SeasonLeagueFinalsPage(season, league), s, r, w)
} else {