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 2c3ac2d commit 1ec02d2Copy full SHA for 1ec02d2
webapp/templates/jury/check_judgings.html.twig
@@ -104,10 +104,10 @@
104
<!--You probably want to <a href="{{ path('jury_config') }}">fully</a> judge all submissions with enough overshoot
105
to see the maximum runtime for <code>Accepted</code> solutions and tune those against expected
106
<code>Time Limit Exceeded</code> solutions.<br>-->
107
- <!--{% for p in problems %}
+ {% for p in problems %}
108
{% set link = path('analysis_problem', {'probid': p.probid, 'view': 'hidden'}) %}
109
<a href="{{ link }}">{{ p | problemBadge }}</a>
110
- {% endfor %}-->
+ {% endfor %}
111
{% endif %}
112
113
{% endblock %}
0 commit comments