X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Ftemplates%2Fshow-tournament.tmpl;h=8169e6a4b1ef175dfde6a750fae757f4e93461ea;hp=decfe5ed8e2e60362029170af157aa2c67e7d7f5;hb=5519424a845aaba0f8eea22eaabfd2d14fcb649f;hpb=9e9977d8d73f4f28e6f8f3d6d1a007a859bc3955 diff --git a/html/templates/show-tournament.tmpl b/html/templates/show-tournament.tmpl index decfe5e..8169e6a 100644 --- a/html/templates/show-tournament.tmpl +++ b/html/templates/show-tournament.tmpl @@ -93,9 +93,9 @@ [% END %] [% FOR s = p.songs %] [% IF s == '' %] - Selvvalgt + Selvvalgt [% ELSE %] - [% s %] + [% s %] [% END %] [% END %] [% IF p.num_songs > 1 %] @@ -105,13 +105,15 @@ [% FOR pl = p.players %] - [% IF pl.locked %] + [% IF r.locked %] [% pl.nick %] [% FOR s = pl.songs %] - [% s.score %] + [% s.score %] + [% s.playmode %] + [% s.difficulty %] [% IF s.chosen %] [% s.title %] [% END %] @@ -124,11 +126,12 @@ [% pl.nick %] [% FOR s = pl.songs %] - + - - + + + + + + + [% END %] [% END %]