We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f43d7b commit 61e26b1Copy full SHA for 61e26b1
webapp/templates/jury/problemset.html.twig
@@ -11,6 +11,6 @@
11
problem_statement_path: 'jury_problem_statement',
12
problem_attachment_path: 'jury_attachment_fetch',
13
problem_sample_zip_path: 'jury_problem_sample_zip',
14
- show_jury_warning: true
+ show_jury_warning: not (current_contest.state.started ?? false)
15
} %}
16
{% endblock %}
0 commit comments