Don't duplicate incoming statuses
This commit is contained in:
parent
ee56ae86ec
commit
a8ea3c08c9
3 changed files with 9 additions and 6 deletions
|
@ -14,7 +14,7 @@
|
|||
{% if status.status_type == 'Review' %}<h4>{{ status.name }}
|
||||
<small>{{ status.rating | stars }} stars, by {% include 'snippets/username.html' with user=status.user %}</small>
|
||||
</h4>{% endif %}
|
||||
<blockquote>{{ status.content }}</blockquote>
|
||||
<blockquote>{{ status.content | safe }}</blockquote>
|
||||
{% if not max_depth and status.reply_parent or status|replies %}<p><a href="{{ status.absolute_id }}">Thread</a>{% endif %}
|
||||
{% include 'snippets/interaction.html' with activity=status %}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue