aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormroley1 <64291507+mroley1@users.noreply.github.com>2022-08-24 20:04:30 -0400
committermroley1 <64291507+mroley1@users.noreply.github.com>2022-08-24 20:04:30 -0400
commit5ff71dfd65e32fdf82a934409d18fe4369d11a05 (patch)
tree286c7645edc0f1cb8a4d914092a2fd3189e44ac8
parent1989bdf34cfd0b12642841dd42efe5b49678a87b (diff)
added catch for intro members w/o profile in nav
-rw-r--r--packet/templates/include/nav.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<li class="navbar-user dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" id="user01">
- <img src="https://profiles.csh.rit.edu/image/{{ info.uid }}">
+ <img src="https://profiles.csh.rit.edu/image/{{ info.uid }}" onerror="this.src='https://gravatar.com/avatar/c000557e7f805c44b0cc0079db911f21.jpg?d=mm&s=250'">
{{ info.uid }}
<span class="caret"></span>
</a>