diff --git a/packet/templates/active_packets.html b/packet/templates/active_packets.html index 930d736..3fa6564 100644 --- a/packet/templates/active_packets.html +++ b/packet/templates/active_packets.html @@ -40,13 +40,17 @@

Active Packets

{% for packet in packets %} + {% if info.is_upper %} + {% endif %} {{ get_rit_name(packet.freshman_username) }} {{ get_rit_name(packet.freshman_username) }} + {% if info.is_upper %} + {% endif %} {% if info.is_upper %} diff --git a/packet/templates/packet.html b/packet/templates/packet.html index c32658b..a4de503 100644 --- a/packet/templates/packet.html +++ b/packet/templates/packet.html @@ -10,7 +10,7 @@

{{ get_rit_name(packet.freshman_username) }}

- {% if not did_sign %} + {% if not did_sign and info.ritdn != packet.freshman_username %}