X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Ftemplates%2Fshow-tournament.tmpl;h=ee2be73e69f0e8a4ff3e5a573296fcabd1bcecca;hp=0c4e350899baf0926475a41d63bbfef2d4bd2665;hb=db78ca4c7bad712e4d49337858e1970547b1d20a;hpb=ce2049430f3c984487fce48dc40184caca97c626 diff --git a/html/templates/show-tournament.tmpl b/html/templates/show-tournament.tmpl index 0c4e350..ee2be73 100644 --- a/html/templates/show-tournament.tmpl +++ b/html/templates/show-tournament.tmpl @@ -112,15 +112,16 @@ [% END %] [% FOR s = p.songs %] - [% IF s == '' %] + [% IF s.song == -1 %] Selvvalgt [% ELSE %] - [% s %] + [% s.title %] [% END %] [% END %] [% IF p.num_songs > 1 %] Total [% END %] + Rank [% IF !r.locked %] [% END %] @@ -137,12 +138,13 @@ [% s.playmode %] [% s.difficulty %] [% IF s.chosen %] - [% s.title %] + [% s.title %] [% END %] [% END %] [% IF p.num_songs > 1 %] [% pl.total %] [% END %] + [% pl.rank %] [% ELSE %] @@ -221,6 +223,7 @@ [% IF p.num_songs > 1 %] [% pl.total %] [% END %] + [% pl.rank %] [% END %]