Skip to content

Commit 795cc23

Browse files
Fix displaying team submission wrt interactive problems
a59ab57 changed this logic but there was a missed Twig check.
1 parent 761f323 commit 795cc23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/templates/team/partials/submission.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
</div>
114114
</div>
115115

116-
{% if judging.submission.problem.combinedRunCompare %}
116+
{% if judging.submission.problem.interactiveProblem %}
117117
<h6 class="mt-3">Jury/Submission interaction</h6>
118118
{% if run.output_run is empty %}
119119
<p class="nodata">There was no interaction log.</p>

0 commit comments

Comments
 (0)