Skip to content

Commit fae1ad9

Browse files
committed
Fixup
1 parent 1ec02d2 commit fae1ad9

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
@@ -101,9 +101,9 @@
101101

102102
{% if problems != [] %}
103103
<h2>Problem runtime analytics</h2>
104-
<!--You probably want to <a href="{{ path('jury_config') }}">fully</a> judge all submissions with enough overshoot
104+
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
106-
<code>Time Limit Exceeded</code> solutions.<br>-->
106+
<code>Time Limit Exceeded</code> solutions.<br>
107107
{% for p in problems %}
108108
{% set link = path('analysis_problem', {'probid': p.probid, 'view': 'hidden'}) %}
109109
<a href="{{ link }}">{{ p | problemBadge }}</a>

0 commit comments

Comments
 (0)