From 65d0fc44f35a14f8535e06bd8d02c4de62a0f5b9 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 17 Jul 2005 15:03:50 +0000 Subject: [PATCH] Merge in "locked || public" changes from --pgweb, sort of. (I really hope I merged the changes the right way :-) ) --- html/templates/show-tournament.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html/templates/show-tournament.tmpl b/html/templates/show-tournament.tmpl index 5cb7b3d..80a103f 100644 --- a/html/templates/show-tournament.tmpl +++ b/html/templates/show-tournament.tmpl @@ -91,7 +91,7 @@ [% END %] [% FOR r = rounds %] -[% IF r.locked || !public %] +[% IF r.locked || public %]

Runde [% r.round %]

@@ -144,13 +144,13 @@ Total [% END %] Rank - [% IF !r.locked %] + [% IF !r.locked && !public %] [% END %] [% FOR pl = p.players %] - [% IF r.locked %] + [% IF r.locked || public %] [% pl.nick %] -- 2.39.2