On the main index page, every tournament has links to "Scores" and "Current Round" (unless the tournament has finished). For a tournament that has not yet started, it makes more sense to link to "Players Registered".
Probably would want to add a new in_progress() method to Tournament. We already have Tournament.is_finished(), Round.in_progress() and Round.is_finished().
On the main index page, every tournament has links to "Scores" and "Current Round" (unless the tournament has finished). For a tournament that has not yet started, it makes more sense to link to "Players Registered". Probably would want to add a new in_progress() method to Tournament. We already have Tournament.is_finished(), Round.in_progress() and Round.is_finished().