From 6f4098ac40bff31e41d31af6395f848b20ca9dea Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 30 Mar 2005 02:37:46 +0000 Subject: [PATCH] Don't show bigscreen controls in public mode. --- 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 8619ca9..32cd626 100644 --- a/html/templates/show-tournament.tmpl +++ b/html/templates/show-tournament.tmpl @@ -95,7 +95,7 @@
[% FOR p = r.parallels %] - [% IF bigscreen %] + [% IF bigscreen && !public %]

-- 2.39.2