Skip to content

Commit 30e8513

Browse files
committed
Fixed a template typo
1 parent 346f8fa commit 30e8513

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
@@ -46,13 +46,13 @@ <h3 class="page-title">Active Packets</h3>
4646
</td>
4747
{% if can_sign %}
4848
<td class="sign-packet" align="right">
49-
{% if not packet.did_sign_result and info.uid != packet.rit_username %}
49+
{% if not packet.did_sign_result and info.uid != packet.freshman_username %}
5050
<button class="btn btn-sm btn-primary sign-button"
5151
data-packet_id="{{ packet.id }}"
5252
data-freshman_name="{{ get_rit_name(packet.freshman_username) }}">
5353
Sign
5454
</button>
55-
{% elif info.uid != packet.rit_username %}
55+
{% elif info.uid != packet.freshman_username %}
5656
<button class="btn btn-sm btn-primary signed-button"
5757
disabled="disabled"><i
5858
class="fa fa-check"></i>&nbsp;Signed

0 commit comments

Comments
 (0)