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 41d1eab commit 45b67feCopy full SHA for 45b67fe
packet/templates/active_packets.html
@@ -35,7 +35,7 @@ <h3 class="page-title">Active Packets</h3>
35
height="25"/> {{ packet.freshman.name }} ({{ packet.freshman.rit_username }})
36
</a>
37
</td>
38
- <td>
+ <td data-sort="{{ packet.total_signatures }}">
39
{% if packet.total_signatures == packet.required_signatures %}
40
💯 {# 100% emoji #}
41
{% else %}
0 commit comments