mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-24 07:58:08 +00:00
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">
|
<div class="content">
|
||||||
<header>
|
<header>
|
||||||
{% url 'user-feed' item.user|username as user_path %}
|
{% 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:
|
<a href="{{ user_path }}">{{ username }}</a> says:
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
</header>
|
</header>
|
||||||
|
|
Loading…
Reference in a new issue