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 c302d1a commit b3811b5Copy full SHA for b3811b5
webapp/templates/jury/submission.html.twig
@@ -716,7 +716,7 @@
716
show complete metadata
717
</button>
718
{% if runsOutput[runIdx].metadata is not null %}
719
- {% if runsOutput[runIdx].output_limit is defined %}
+ {% if runsOutput[runIdx].output_limit is defined and runsOutput[runIdx].output_limit %}
720
<div class="alert alert-warning">
721
The submission output (<code>{{ runsOutput[runIdx].output_limit }}</code>) was
722
truncated because of the configured output limit.
0 commit comments