Skip to content

Commit 5ff71df

Browse files
committed
added catch for intro members w/o profile in nav
1 parent 1989bdf commit 5ff71df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packet/templates/include/nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<li class="navbar-user dropdown">
4242

4343
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" id="user01">
44-
<img src="https://profiles.csh.rit.edu/image/{{ info.uid }}">
44+
<img src="https://profiles.csh.rit.edu/image/{{ info.uid }}" onerror="this.src='https://gravatar.com/avatar/c000557e7f805c44b0cc0079db911f21.jpg?d=mm&s=250'">
4545
{{ info.uid }}
4646
<span class="caret"></span>
4747
</a>

0 commit comments

Comments
 (0)