Merge pull request #1939 from bookwyrm-social/list-bug

Fixes display name of list contributor comments
This commit is contained in:
Mouse Reeve 2022-02-12 10:29:41 -08:00 committed by GitHub
commit 72818d4ab2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>