X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=html%2Ftemplates%2Fshow-tournament.tmpl;h=7adedb730a3f15f6033ee735444f7d1248274fe4;hb=2af69ca729a57a65bc0afdded897ccdaa04bf315;hp=49f9b6defd208bb4f47dbdc7873bdd1c055e6107;hpb=80fe04629ad2d5edd19a19e708b4c1a47e440c0e;p=ccbs diff --git a/html/templates/show-tournament.tmpl b/html/templates/show-tournament.tmpl index 49f9b6d..7adedb7 100644 --- a/html/templates/show-tournament.tmpl +++ b/html/templates/show-tournament.tmpl @@ -98,7 +98,11 @@ [% FOR pl = p.players %] [% IF pl.locked %] - [% pl.nick %] + + + + [% pl.nick %] + [% FOR s = pl.songs %] [% s.score %] [% IF s.chosen %] @@ -159,7 +163,7 @@ [% IF s.chosen %] - [% FOR ss = songs %] [% IF s.song == ss.song %] @@ -175,7 +179,7 @@ [% IF p.num_songs > 1 %] [% pl.total %] [% END %] - + [% END %] [% END %]