Skip to content

Commit

Permalink
Merge branch 'main' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
mouse-reeve committed Feb 12, 2022
2 parents 0f1757b + 72818d4 commit 0e8fffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bookwyrm/templates/lists/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0e8fffe

Please sign in to comment.