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 e770768 commit d44eece
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 @@ -53,7 +53,7 @@
</div>
{% elseif submission.expectedResults|length > 1 %}
<div class="alert alert-warning">
Actual result is {{ selectedJudging.result | printValidJuryResult }} while the expected result is one of:
Actual result {{ selectedJudging.result | printValidJuryResult }} matches one of multiple expected results:
{% for expectedResult in submission.expectedResults %}
{{ expectedResult | printValidJuryResult }}
{% if not loop.last %}or{% endif %}
Expand Down

0 comments on commit d44eece

Please sign in to comment.