Display user's name in header

This commit is contained in:
richard-dds 2018-07-23 10:25:29 -04:00
parent ee4d76f166
commit 342eefa45e

View File

@ -11,7 +11,7 @@
</a>
<a href="/" class="topbar__link">
<span class="topbar__link-label">Sam Seeceepio</span>
<span class="topbar__link-label">{{ current_user["first_name"] + " " + current_user["last_name"] }}</span>
{% module Icon('avatar', classes='topbar__link-icon') %}
</a>
</div>