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 %}