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 bab1f7d commit 6e2b928Copy full SHA for 6e2b928
webapp/templates/jury/submission.html.twig
@@ -727,7 +727,7 @@
727
show complete metadata
728
</button>
729
{% if runsOutput[runIdx].metadata is not null %}
730
- {% if runsOutput[runIdx].output_limit is defined %}
+ {% if runsOutput[runIdx].output_limit is defined and runsOutput[runIdx].output_limit %}
731
<div class="alert alert-warning">
732
The submission output (<code>{{ runsOutput[runIdx].output_limit }}</code>) was
733
truncated because of the configured output limit.
0 commit comments