forked from mirrors/bookwyrm
Merge pull request #734 from mouse-reeve/layout-bug
Fixes layout showing wrong user in header on user page
This commit is contained in:
commit
a75e4a7404
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue