X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=html%2Ftemplates%2Fshow-tournament.tmpl;h=8169e6a4b1ef175dfde6a750fae757f4e93461ea;hb=f7715bdd2ebff189efc64c2b639a69d3ab3138bc;hp=c2cbfa0efdebc7e61280d4d4c6af86825a3914c4;hpb=6f341708bbeb9de2c4b08673c26314d68bc5dba7;p=ccbs diff --git a/html/templates/show-tournament.tmpl b/html/templates/show-tournament.tmpl index c2cbfa0..8169e6a 100644 --- a/html/templates/show-tournament.tmpl +++ b/html/templates/show-tournament.tmpl @@ -105,15 +105,15 @@ [% FOR pl = p.players %] - [% IF pl.locked %] + [% IF r.locked %] [% pl.nick %] [% FOR s = pl.songs %] - [% s.score %] - [% s.playmode %] - [% s.difficulty %] + [% s.score %] + [% s.playmode %] + [% s.difficulty %] [% IF s.chosen %] [% s.title %] [% END %] @@ -126,11 +126,11 @@ [% pl.nick %] [% FOR s = pl.songs %] - + - + - + + [% END %] [% END %]