diff --git a/webapp/templates/jury/submission.html.twig b/webapp/templates/jury/submission.html.twig index 0970666369..6232830d8f 100644 --- a/webapp/templates/jury/submission.html.twig +++ b/webapp/templates/jury/submission.html.twig @@ -500,7 +500,7 @@
{{ selectedJudging.compileMetadata }}
{% endif %} - {% if selectedJudging is not null and selectedJudging.result != 'compiler-error' %} + {% if output and selectedJudging is not null and selectedJudging.result != 'compiler-error' %}