mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-30 05:21:08 +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"
|
role="menu"
|
||||||
>
|
>
|
||||||
<li role="menuitem">
|
<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" %}
|
{% trans "Profile" %}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in a new issue