Skip to content

Commit 45b67fe

Browse files
committed
Sort by full value
1 parent 41d1eab commit 45b67fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packet/templates/active_packets.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h3 class="page-title">Active Packets</h3>
3535
height="25"/> {{ packet.freshman.name }} ({{ packet.freshman.rit_username }})
3636
</a>
3737
</td>
38-
<td>
38+
<td data-sort="{{ packet.total_signatures }}">
3939
{% if packet.total_signatures == packet.required_signatures %}
4040
💯 {# 100% emoji #}
4141
{% else %}

0 commit comments

Comments
 (0)