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.
2 parents 070b1a3 + 30e8513 commit 897e6aeCopy full SHA for 897e6ae
packet/templates/active_packets.html
@@ -46,13 +46,13 @@ <h3 class="page-title">Active Packets</h3>
46
</td>
47
{% if can_sign %}
48
<td class="sign-packet" align="right">
49
- {% if not packet.did_sign_result and info.uid != packet.rit_username %}
+ {% if not packet.did_sign_result and info.uid != packet.freshman_username %}
50
<button class="btn btn-sm btn-primary sign-button"
51
data-packet_id="{{ packet.id }}"
52
data-freshman_name="{{ get_rit_name(packet.freshman_username) }}">
53
Sign
54
</button>
55
- {% elif info.uid != packet.rit_username %}
+ {% elif info.uid != packet.freshman_username %}
56
<button class="btn btn-sm btn-primary signed-button"
57
disabled="disabled"><i
58
class="fa fa-check"></i> Signed
0 commit comments