draft seasons get special treatment :)

This commit is contained in:
2026-02-18 20:36:15 +11:00
parent 25a2109d1e
commit 59748b9bb9
16 changed files with 416 additions and 78 deletions

View File

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