X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=html%2Fset-active-tournament.pl;h=f3e1a7b300e432e4a8132ea709cba89724a83365;hb=a317762dab2b775334cc85a43b6fe2e3c2097eab;hp=4a17ef2ef6e925c807db0cbc01f8868b3b6b82bf;hpb=17fb1bf2b14db43f9e9e9342ed355169a60099cb;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 });