From cba993fbcffa3bff69cd029549b99ee3ffd92b4a Mon Sep 17 00:00:00 2001
From: Shreyas Mayya <2022smayya@tjhsst.edu>
Date: Mon, 6 Dec 2021 11:39:53 -0500
Subject: [PATCH] fix(destinations): unknown should be a comment
---
tjdests/templates/destinations/student_list.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tjdests/templates/destinations/student_list.html b/tjdests/templates/destinations/student_list.html
index 9d13f29..fc86a2e 100644
--- a/tjdests/templates/destinations/student_list.html
+++ b/tjdests/templates/destinations/student_list.html
@@ -110,7 +110,7 @@
{% if "DENY" in decision.admission_status %}
{% endif %}
- { # Unknown # }
+ {# Unknown #}
{% if "UNKNOWN" in decision.admission_status %}
{% endif %}