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 a4ad08f commit 43b9c88Copy full SHA for 43b9c88
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 %}
+ {% if runsOutput[runIdx].output_limit is defined %}
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