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 241751a commit e711d60Copy full SHA for e711d60
webapp/templates/jury/problemset.html.twig
@@ -1,10 +1,10 @@
1
{% extends "jury/base.html.twig" %}
2
3
-{% block title %}Contest problems {{ current_jury_contest.shortname | default('') }} - {{ parent() }}{% endblock %}
+{% block title %}Contest problems {{ current_contest.shortname | default('') }} - {{ parent() }}{% endblock %}
4
5
{% block content %}
6
{% include 'partials/problem_list.html.twig' with {
7
- contest: current_team_contest,
+ contest: current_contest,
8
show_contest_text: true,
9
contest_text_path: 'jury_contest_text',
10
contest_text_add_cid: true,
0 commit comments