From 8418b607c964e210e91d39218d9c6de3ed6e8a80 Mon Sep 17 00:00:00 2001 From: Sam Cordry Date: Sun, 26 Jan 2025 14:41:50 -0500 Subject: [PATCH 1/2] improve all frosh signing capabilities --- packet/templates/active_packets.html | 4 ++++ packet/templates/packet.html | 4 ++-- packet/utils.py | 8 ++++---- 3 files changed, 10 insertions(+), 6 deletions(-) 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 %}