From 180f7b3aac5d98e994ed1f65e1abc8c6ad0382d7 Mon Sep 17 00:00:00 2001 From: ACBerea Date: Thu, 16 Jul 2026 13:58:17 -0400 Subject: [PATCH 1/3] Changed wording of Manage Proposals to My Proposals if the user is a student. --- app/templates/minor/profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/minor/profile.html b/app/templates/minor/profile.html index 9cdd99c73..9b694bb4e 100644 --- a/app/templates/minor/profile.html +++ b/app/templates/minor/profile.html @@ -32,7 +32,7 @@

{{ user.firstName }} {{ user.lastName }}'s CCE Minor Profile

From 31f4f10e9c8be436d50d0a31531b93b1166939ad Mon Sep 17 00:00:00 2001 From: ACBerea Date: Thu, 16 Jul 2026 15:30:02 -0400 Subject: [PATCH 2/3] Fixed edge case when switching profiles between students causing the My Proposals to not change to Manage Proposals when on an account that wasn't the displayed student. --- app/templates/minor/profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/minor/profile.html b/app/templates/minor/profile.html index 9b694bb4e..55ae2b6a4 100644 --- a/app/templates/minor/profile.html +++ b/app/templates/minor/profile.html @@ -32,7 +32,7 @@

{{ user.firstName }} {{ user.lastName }}'s CCE Minor Profile

From 4410acfda6763bcbbd4e6fd24358909243ae9b4a Mon Sep 17 00:00:00 2001 From: ACBerea Date: Thu, 16 Jul 2026 15:42:12 -0400 Subject: [PATCH 3/3] Fixed redunancy in checks user identity checks when changing Manage Proposals. --- app/templates/minor/profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/minor/profile.html b/app/templates/minor/profile.html index 55ae2b6a4..a10b7f28a 100644 --- a/app/templates/minor/profile.html +++ b/app/templates/minor/profile.html @@ -32,7 +32,7 @@

{{ user.firstName }} {{ user.lastName }}'s CCE Minor Profile