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

@@ -38,6 +38,9 @@ func SeasonLeagueTablePage(
}); !ok {
return
}
if redirectDraftSeasonLeague(season, "table", w, r) {
return
}
if r.Method == "GET" {
renderSafely(seasonsview.SeasonLeagueTablePage(season, league), s, r, w)
} else {