We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f53684 commit 2cd04c4Copy full SHA for 2cd04c4
cms/server/admin/templates/submission.html
@@ -143,6 +143,8 @@ <h2 id="title_details" class="toggling_on">Submission details</h2>
143
{{ (sr.scored_at - s.timestamp).total_seconds()|format_duration }}
144
</td>
145
</tr>
146
+ {% endif %}
147
+ {% if sr is not none %}
148
<tr>
149
<td>Failures during compilation</td>
150
<td>{{ sr.compilation_tries }}</td>
0 commit comments