From 8b960ed97ab0b1effd199fb56a398063497b5a24 Mon Sep 17 00:00:00 2001 From: Tobias Werth Date: Sat, 25 Nov 2023 14:33:36 +0100 Subject: [PATCH] Remove display of output diff to teams. This was shown when the configuration option to display sample output was selected. However, there is a risk that this leaks some information to the teams, since this information comes from `judgemessage.txt`. We still display the content from `teammessage.txt`, in case a validator writes one. --- webapp/templates/team/partials/submission.html.twig | 8 -------- 1 file changed, 8 deletions(-) diff --git a/webapp/templates/team/partials/submission.html.twig b/webapp/templates/team/partials/submission.html.twig index 1a630e5c28..e3569e9d5b 100644 --- a/webapp/templates/team/partials/submission.html.twig +++ b/webapp/templates/team/partials/submission.html.twig @@ -134,14 +134,6 @@

There was no program output.

{% endif %} -
Diff output
- {% if run.output_diff is not empty %} -
-{{ run.output_diff }}
- {% else %} -

There was no diff output.

- {% endif %} - {% if run.team_message is not empty %}
Judge message