Skip to content

Commit e711d60

Browse files
Fix contest variable for jury problemset preview page.
1 parent 241751a commit e711d60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webapp/templates/jury/problemset.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{% extends "jury/base.html.twig" %}
22

3-
{% block title %}Contest problems {{ current_jury_contest.shortname | default('') }} - {{ parent() }}{% endblock %}
3+
{% block title %}Contest problems {{ current_contest.shortname | default('') }} - {{ parent() }}{% endblock %}
44

55
{% block content %}
66
{% include 'partials/problem_list.html.twig' with {
7-
contest: current_team_contest,
7+
contest: current_contest,
88
show_contest_text: true,
99
contest_text_path: 'jury_contest_text',
1010
contest_text_add_cid: true,

0 commit comments

Comments
 (0)