Fixes boost display
This commit is contained in:
parent
8d7ded1c69
commit
29693127ba
6 changed files with 52 additions and 24 deletions
|
@ -30,7 +30,7 @@
|
|||
<blockquote>{{ status.content | safe }}</blockquote>
|
||||
{% endif %}
|
||||
{% if status.status_type == 'Boost' %}
|
||||
{% include 'snippets/status.html' with status=status.boosted_status %}
|
||||
{% include 'snippets/status_content.html' with status=status|boosted_status %}
|
||||
{% endif %}
|
||||
{% if not max_depth and status.reply_parent or status|replies %}<p><a href="{{ status.absolute_id }}">Thread</a>{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue