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 499c521 commit cb99f6cCopy full SHA for cb99f6c
webapp/templates/jury/submission.html.twig
@@ -500,7 +500,7 @@
500
<div class="card card-body output_text">{{ selectedJudging.compileMetadata }}</div>
501
</div>
502
{% endif %}
503
- {% if selectedJudging is not null and selectedJudging.result != 'compiler-error' %}
+ {% if output and selectedJudging is not null and selectedJudging.result != 'compiler-error' %}
504
<button class="btn btn-sm btn-outline-secondary" data-bs-toggle="collapse"
505
data-bs-target="#detailcompile"
506
aria-expanded="false">
0 commit comments