forked from mirrors/bookwyrm
Merge pull request #2103 from denmch/bugfix-profile-link
Replace user|username with request.user.localname
This commit is contained in:
commit
ba7c39404b
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