We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be31ff6 commit 1530b1aCopy full SHA for 1530b1a
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