From 5ff71dfd65e32fdf82a934409d18fe4369d11a05 Mon Sep 17 00:00:00 2001
From: mroley1 <64291507+mroley1@users.noreply.github.com>
Date: Wed, 24 Aug 2022 20:04:30 -0400
Subject: [PATCH 1/2] added catch for intro members w/o profile in nav
---
packet/templates/include/nav.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packet/templates/include/nav.html b/packet/templates/include/nav.html
index 3fd0fe9..a421e98 100644
--- a/packet/templates/include/nav.html
+++ b/packet/templates/include/nav.html
@@ -41,7 +41,7 @@
-
+
{{ info.uid }}
From 78794b01c22814d434a7562749f26d2e4eb9e655 Mon Sep 17 00:00:00 2001
From: mroley1 <64291507+mroley1@users.noreply.github.com>
Date: Thu, 25 Aug 2022 10:44:07 -0400
Subject: [PATCH 2/2] facied up nav user profile logic
---
packet/templates/include/nav.html | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/packet/templates/include/nav.html b/packet/templates/include/nav.html
index a421e98..6573b8b 100644
--- a/packet/templates/include/nav.html
+++ b/packet/templates/include/nav.html
@@ -41,7 +41,11 @@
-
+ {% if info.realm == "csh" %}
+
+ {% else %}
+
+ {% endif %}
{{ info.uid }}