updated seasons list

This commit is contained in:
2026-02-02 22:39:03 +11:00
parent ef5a0dc078
commit 24bbc5337b
7 changed files with 116 additions and 62 deletions

View File

@@ -58,7 +58,7 @@ func SeasonsPage(
return
}
tx.Commit()
renderSafely(page.SeasonsList(seasons), s, r, w)
renderSafely(page.SeasonsPage(seasons), s, r, w)
})
}