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 f2ce119175
commit f9f29bc278
13 changed files with 73 additions and 311 deletions

View File

@@ -50,9 +50,6 @@ func SeasonLeagueTeamsPage(
return
}
if redirectDraftSeasonLeague(season, "teams", w, r) {
return
}
if r.Method == "GET" {
renderSafely(seasonsview.SeasonLeagueTeamsPage(season, league, teams, available), s, r, w)
} else {