From 63fe76e1d4651a6a5182f24d25e867759608cce8 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 7 Feb 2012 02:28:51 +0100 Subject: [PATCH] Fix showing of open groups for non-public. --- html/templates/show-tournament.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/templates/show-tournament.tmpl b/html/templates/show-tournament.tmpl index 80a103f..71fe1a6 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 %]

-- 2.39.2