From e21f43594e3bce4ca8ce30e6c7e0773622311fb9 Mon Sep 17 00:00:00 2001 From: ian kopke Date: Fri, 2 May 2025 21:57:09 -0400 Subject: [PATCH 1/2] Am bozo forgot the other line to comment out --- selections/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selections/templates/index.html b/selections/templates/index.html index 9a9ff0b..2cb8426 100644 --- a/selections/templates/index.html +++ b/selections/templates/index.html @@ -53,7 +53,7 @@

Pending Applications

{{ person.rit_id }} - {{ person.gender }} + {% endif %} {% endfor %} From 3d372b2cb5dd3a3f6a9a1c8703805a82a2df0dea Mon Sep 17 00:00:00 2001 From: ian kopke Date: Fri, 2 May 2025 21:58:24 -0400 Subject: [PATCH 2/2] Am bozo forgot the other line to comment out --- selections/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selections/templates/index.html b/selections/templates/index.html index 2cb8426..667e75a 100644 --- a/selections/templates/index.html +++ b/selections/templates/index.html @@ -86,7 +86,7 @@

All Applications

{{ application.id }} {{ application.rit_id }} - {{ application.gender }} + {% for member in reviewers[application.id] %}