From a46692ba08ace4e6e2a2ab33c1a8c6a551595405 Mon Sep 17 00:00:00 2001 From: prandla Date: Thu, 21 Aug 2025 16:20:46 +0300 Subject: [PATCH] CWS: show "task overview" table on contest overview page in more cases This used to only be shown when submissions were allowed, but I think it makes more sense to show it whenever the task statement pages are visible. --- cms/server/contest/templates/overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/server/contest/templates/overview.html b/cms/server/contest/templates/overview.html index 9d70120e13..e086e16fb6 100644 --- a/cms/server/contest/templates/overview.html +++ b/cms/server/contest/templates/overview.html @@ -179,7 +179,7 @@

{% trans %}General information{% endtrans %}

-{% if actual_phase == 0 or actual_phase == 3 or participation.unrestricted or (0 <= actual_phase <= 3 and contest.allow_unofficial_submission_before_analysis_mode)%} +{% if actual_phase >= 0 or participation.unrestricted %}

{% trans %}Task overview{% endtrans %}