X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Ftemplates%2Fset-active-tournament.tmpl;h=913aa633039f2f0951d041a95b162eb63a271393;hp=cce163ae4b92e2f8b5b04c24bb2acc30e7462428;hb=87881566f149570c4aaec139213f66f370c58e6f;hpb=17fb1bf2b14db43f9e9e9342ed355169a60099cb diff --git a/html/templates/set-active-tournament.tmpl b/html/templates/set-active-tournament.tmpl index cce163a..913aa63 100644 --- a/html/templates/set-active-tournament.tmpl +++ b/html/templates/set-active-tournament.tmpl @@ -1,9 +1,9 @@ [%# vim:set filetype=html: %] -

Sett aktiv turnering

+

Set active tournament

-

Denne funksjonen styrer hvilken turnering som er aktiv, dvs. hvilken storskjermen - skal vise informasjon fra.

+

This function sets what tournament is active (that is, what the big screen + is to show information from).

@@ -14,14 +14,14 @@ [% END %] [% FOR t = tournaments %] -[% IF t.tournament == selected_tournament %] +[% IF t.tournament == active_tournament %] [% ELSE %] [% END %] [% END %] - +