buggyrace / buggy-race-server

Race server and supporting material for running a "Buggy Racing" Python programming project
https://www.buggyrace.net
Other
1 stars 0 forks source link

fix message after race has run but before results available #152

Closed davewhiteland closed 1 year ago

davewhiteland commented 1 year ago

If a race has no results, the message displayed is:

"No races have been run yet. No results to show."

but really should be

"A race has been been run but results not yet available"

This also applies even when previous race results have been published, since users probably care most about the most recent race which has effectively disappeared :-(

davewhiteland commented 1 year ago

A naughty fix (d83f80d), but just changing the working removes the implication that no races have been run when, in fact, they might have been. The real issue here is that there are no results to show.