Skip to content

Commit 963b9c2

Browse files
Fix Missed Signatures For Freshmen Without Packet
1 parent 92ed039 commit 963b9c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conditional/templates/intro_evals.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ <h6 class="eval-uid">{{m['uid']}}</h6>
2828
<div class="text-center">
2929
{% if m['signatures_missed'] > 0 %}
3030
<div class="eval-info-label danger">Signatures Missed: {{m['signatures_missed']}}</div>
31+
{% elif m['signatures_missed'] == 65535 %}
32+
<div class="eval-info-label warning">Packet Not Yet Complete</div>
3133
{% else %}
3234
<div class="eval-info-label success">Signatures Missed: {{m['signatures_missed']}}</div>
3335
{% endif %}

0 commit comments

Comments
 (0)