mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-23 00:26:33 +00:00
Fixes display name of list contributor comments
This commit is contained in:
parent
df0467a662
commit
a2d9bf50c5
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