X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=html%2Fset-active-tournament.pl;h=f3e1a7b300e432e4a8132ea709cba89724a83365;hb=eef57263709c5dc7e1f361075e5ce8cb7b7b2367;hp=4a17ef2ef6e925c807db0cbc01f8868b3b6b82bf;hpb=721adff0d70d1f13dee093b7a0620a2a9c088d02;p=ccbs diff --git a/html/set-active-tournament.pl b/html/set-active-tournament.pl index 4a17ef2..f3e1a7b 100755 --- a/html/set-active-tournament.pl +++ b/html/set-active-tournament.pl @@ -10,7 +10,7 @@ my $ref = $dbh->selectrow_hashref('SELECT * FROM bigscreen.active_tournament'); my $active_tournament = (defined($ref)) ? $ref->{'tournament'} : -1; ccbs::print_header(); -ccbs::process_template('set-active-tournament.tmpl', 'Sett aktiv turnering', { +ccbs::process_template('set-active-tournament.tmpl', _('Set active tournament'), { tournaments => $tournaments, active_tournament => $active_tournament });