Revert partial changes from 9db855f, keeping changes to preview_middleware and teams_new

This commit is contained in:
2026-02-19 19:01:07 +11:00
parent 52a168f1aa
commit 4b81ac12cf
13 changed files with 73 additions and 311 deletions

View File

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