Fixes layout showing wrong user in header on user page

This commit is contained in:
Mouse Reeve 2021-03-13 15:57:54 -08:00
parent f3f1f807cb
commit d802f4b85e

View file

@ -79,7 +79,7 @@
aria-controls="navbar-dropdown"
>
{% include 'snippets/avatar.html' with user=request.user %}
<span class="ml-2">{{ user.display_name }}</span>
<span class="ml-2">{{ request.user.display_name }}</span>
</a>
<ul class="navbar-dropdown" id="navbar-dropdown">
<li>