Skip to content

Commit 4706e75

Browse files
committed
Display pre-contest clarifications
We already disclose those in the API, so keep this consistent. This does result in the `contest time` of that clarification to be negative but thats factually true.
1 parent d54c96e commit 4706e75

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
<h2 id="contestnotstarted" class="text-center">
77
Contest {{ contest | printContestStart }}
88
</h2>
9+
{% if clarifications is not empty %}
10+
<h1 class="teamoverview">Clarifications</h1>
11+
{% include 'team/partials/clarification_list.html.twig' with {clarifications: clarifications} %}
12+
{% endif %}
913
{% else %}
1014

1115
<div id="teamscoresummary">

0 commit comments

Comments
 (0)