X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Fshow-tournament.pl;h=89ba78d8d5bc84882c101f1ab23f6f2f31fceb34;hp=3a407f80e99dafa1848bcc03c697f261179c7940;hb=a4ddf9a2d1481470bc42cf335aaaa810c28cab8f;hpb=852e5753ca91f6666fa3028ba9fd034812c9b01f diff --git a/html/show-tournament.pl b/html/show-tournament.pl index 3a407f8..89ba78d 100755 --- a/html/show-tournament.pl +++ b/html/show-tournament.pl @@ -99,6 +99,14 @@ if ($num_rounds == 0) { $num_qualified = $ref->{'numqualifying'}; } +# And last: If there is a ranking list, the tournament is closed and we really can't +# do anything more +if ($num_rankings > 0) { + $closing_valid = 0; + $finishing_valid = 0; + $rounds[$#rounds]->{'locked'} = 1; +} + ccbs::print_header(); ccbs::process_template('show-tournament.tmpl', $tournament->{'tournamentname'}, { tournament => $tournament,