forked from mirrors/bookwyrm
Merge pull request #1939 from bookwyrm-social/list-bug
Fixes display name of list contributor comments
This commit is contained in:
commit
72818d4ab2
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
|||
<div class="content">
|
||||
<header>
|
||||
{% url 'user-feed' item.user|username as user_path %}
|
||||
{% blocktrans trimmed with username=user.display_name %}
|
||||
{% blocktrans trimmed with username=item.user.display_name %}
|
||||
<a href="{{ user_path }}">{{ username }}</a> says:
|
||||
{% endblocktrans %}
|
||||
</header>
|
||||
|
|
Loading…
Reference in a new issue