Skip to content

Commit 1ec02d2

Browse files
committed
Is it new feature 1
1 parent 2c3ac2d commit 1ec02d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webapp/templates/jury/check_judgings.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@
104104
<!--You probably want to <a href="{{ path('jury_config') }}">fully</a> judge all submissions with enough overshoot
105105
to see the maximum runtime for <code>Accepted</code> solutions and tune those against expected
106106
<code>Time Limit Exceeded</code> solutions.<br>-->
107-
<!--{% for p in problems %}
107+
{% for p in problems %}
108108
{% set link = path('analysis_problem', {'probid': p.probid, 'view': 'hidden'}) %}
109109
<a href="{{ link }}">{{ p | problemBadge }}</a>
110-
{% endfor %}-->
110+
{% endfor %}
111111
{% endif %}
112112

113113
{% endblock %}

0 commit comments

Comments
 (0)