mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-26 19:41:11 +00:00
Replace user|username with request.user.localname
This commit is contained in:
parent
a4a06fa32c
commit
80b0206e0d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
role="menu"
|
||||
>
|
||||
<li role="menuitem">
|
||||
<a href="{% url 'user-feed' user|username %}" class="navbar-item">
|
||||
<a href="{% url 'user-feed' request.user.localname %}" class="navbar-item">
|
||||
{% trans "Profile" %}
|
||||
</a>
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue