Skip to content

Commit 8880ea3

Browse files
meisterTeldering
authored andcommitted
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.
1 parent f23a920 commit 8880ea3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,6 @@
134134
<p class="nodata">There was no program output.</p>
135135
{% endif %}
136136

137-
<h6 class="mt-3">Diff output</h6>
138-
{% if run.output_diff is not empty %}
139-
<pre class="output_text">
140-
{{ run.output_diff }}</pre>
141-
{% else %}
142-
<p class="nodata">There was no diff output.</p>
143-
{% endif %}
144-
145137
{% if run.team_message is not empty %}
146138
<h6 class="mt-3">Judge message</h6>
147139
<pre class="output_text">

0 commit comments

Comments
 (0)