Skip to content

Commit 2cd04c4

Browse files
authored
fix some buttons on submissions not showing up properly (#1459)
1 parent 5f53684 commit 2cd04c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cms/server/admin/templates/submission.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ <h2 id="title_details" class="toggling_on">Submission details</h2>
143143
{{ (sr.scored_at - s.timestamp).total_seconds()|format_duration }}
144144
</td>
145145
</tr>
146+
{% endif %}
147+
{% if sr is not none %}
146148
<tr>
147149
<td>Failures during compilation</td>
148150
<td>{{ sr.compilation_tries }}</td>

0 commit comments

Comments
 (0)