Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d49279d

Browse files
committedMar 29, 2025·
Only show warning on jury problemset page before contest start.
1 parent 2f43d7b commit d49279d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎webapp/templates/jury/problemset.html.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
problem_statement_path: 'jury_problem_statement',
1212
problem_attachment_path: 'jury_attachment_fetch',
1313
problem_sample_zip_path: 'jury_problem_sample_zip',
14-
show_jury_warning: true
14+
show_jury_warning: not current_contest.state or not current_contest.state.started
1515
} %}
1616
{% endblock %}

0 commit comments

Comments
 (0)
Please sign in to comment.