From c0319e8a753d35ffe15b249df65864157c2bbb0f Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 19 Feb 2005 01:35:17 +0000 Subject: [PATCH] Fixed so the form shows the current active tournament. --- html/templates/set-active-tournament.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/templates/set-active-tournament.tmpl b/html/templates/set-active-tournament.tmpl index cce163a..e37f9ab 100644 --- a/html/templates/set-active-tournament.tmpl +++ b/html/templates/set-active-tournament.tmpl @@ -14,7 +14,7 @@ [% END %] [% FOR t = tournaments %] -[% IF t.tournament == selected_tournament %] +[% IF t.tournament == active_tournament %] [% ELSE %] -- 2.39.2