X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=html%2Fshow-tournament.pl;h=89ba78d8d5bc84882c101f1ab23f6f2f31fceb34;hb=a4ddf9a2d1481470bc42cf335aaaa810c28cab8f;hp=3a407f80e99dafa1848bcc03c697f261179c7940;hpb=49e5792858da785cf814fe529b6e9ddbfb326595;p=ccbs 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,