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

should redirect to admin/races after successful result upload #151

Closed davewhiteland closed 1 year ago

davewhiteland commented 1 year ago

Currently the upload remains on the upload race page which is a bit confusing, because that's (correctly) the behaviour when admin has decided to ignore warnings when "dry running" it. So should check for sucess and redirect if the race has been uploaded.

davewhiteland commented 1 year ago

Closed: Implemented in 4725d5e