forked from mirrors/bookwyrm
Merge pull request #707 from mouse-reeve/boost-template-error
Fixes incorrect user displayed for boosts
This commit is contained in:
commit
9858dea2f8
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
{% if status.status_type == 'Announce' %}
|
||||
<a href="{{ status.user.local_path }}">
|
||||
{% include 'snippets/avatar.html' with user=status.user %}
|
||||
{{ user.display_name }}
|
||||
{{ status.user.display_name }}
|
||||
</a>
|
||||
{% trans "boosted" %}
|
||||
{% include 'snippets/status/status_body.html' with status=status|boosted_status %}
|
||||
|
|
Loading…
Reference in a new issue