Display user's name in header
This commit is contained in:
parent
ee4d76f166
commit
342eefa45e
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user