Skip to content

Commit b7ba9f0

Browse files
committed
Frontend testing
1 parent 27b80ff commit b7ba9f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packet/templates/active_packets.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h3 class="page-title">Active Packets</h3>
2626
<tbody>
2727
{% for packet in packets %}
2828
{% if packet.is_open() %}
29-
<tr>
29+
<tr {% if packet.did_sign %}style="background-color: #4caf505e" {% endif %}>
3030
<td>
3131
<a href="/packet/{{ packet.freshman.rit_username }}">
3232
<img class="eval-user-img"
@@ -41,7 +41,7 @@ <h3 class="page-title">Active Packets</h3>
4141
</td>
4242
{% if info.onfloor or info.realm == "csh" %}
4343
<td class="sign-packet" align="right">
44-
{% if not packet_signed %}
44+
{% if not packet.did_sign %}
4545
<button class="btn btn-primary sign-button"
4646
data-freshman_uid="{{ packet.freshman.rit_username }}"
4747
data-freshman_name="{{ packet.freshman.name }}">Sign

0 commit comments

Comments
 (0)