draft seasons get special treatment :)

This commit is contained in:
2026-02-18 20:36:15 +11:00
parent b018628d4c
commit 6193fe2ab6
16 changed files with 416 additions and 78 deletions

View File

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