We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d1aaa5 + 78794b0 commit d6d5edeCopy full SHA for d6d5ede
packet/templates/include/nav.html
@@ -41,7 +41,11 @@
41
<li class="navbar-user dropdown">
42
43
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" id="user01">
44
+ {% if info.realm == "csh" %}
45
<img src="https://profiles.csh.rit.edu/image/{{ info.uid }}">
46
+ {% else %}
47
+ <img src="{{ get_rit_image(info.uid) }}">
48
+ {% endif %}
49
{{ info.uid }}
50
<span class="caret"></span>
51
</a>
0 commit comments