mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-23 15:38:08 +00:00
Fixes layout showing wrong user in header on user page
This commit is contained in:
parent
f3f1f807cb
commit
d802f4b85e
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