From cffff8d107c67a031862b9fb68b1b51384279731 Mon Sep 17 00:00:00 2001 From: Nicky Gerritsen Date: Sat, 25 Oct 2025 12:15:38 +0200 Subject: [PATCH] Fix displaying team submission wrt interactive problems a59ab5708c changed this logic but there was a missed Twig check. --- webapp/templates/team/partials/submission.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/templates/team/partials/submission.html.twig b/webapp/templates/team/partials/submission.html.twig index e3569e9d5b..c5c3d9445b 100644 --- a/webapp/templates/team/partials/submission.html.twig +++ b/webapp/templates/team/partials/submission.html.twig @@ -113,7 +113,7 @@ - {% if judging.submission.problem.combinedRunCompare %} + {% if judging.submission.problem.interactiveProblem %}
Jury/Submission interaction
{% if run.output_run is empty %}

There was no interaction log.