Skip to content

Commit

Permalink
Update webapp/templates/jury/submission.html.twig
Browse files Browse the repository at this point in the history
Co-authored-by: Jaap Eldering <[email protected]>
  • Loading branch information
meisterT and eldering authored Oct 11, 2023
1 parent 2783002 commit e770768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/templates/jury/submission.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
{% if selectedJudging is not null and selectedJudging.result is not empty %}
{% if selectedJudging.result|upper not in submission.expectedResults %}
<div class="alert alert-danger">
Actual result is {{ selectedJudging.result | printValidJuryResult }} while the expected result is one of:
Actual result {{ selectedJudging.result | printValidJuryResult }} does NOT match expected result(s):
{% for expectedResult in submission.expectedResults %}
{{ expectedResult | printValidJuryResult }}
{% if not loop.last %}or{% endif %}
Expand Down

0 comments on commit e770768

Please sign in to comment.