fix template 500
This commit is contained in:
parent
017ba09f67
commit
3519153b1b
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
{% include "_item_card.html" with item=activity.action_object.item.parent_item allow_embed=1 %}
|
||||
{% else %}
|
||||
{% include "_item_card.html" with item=activity.action_object.item %}
|
||||
{% endif %
|
||||
{% endif %}
|
||||
<footer>
|
||||
{% if activity.action_object.mark.comment_text %}<p>{{ activity.action_object.mark.comment_html|safe }}</p>{% endif %}
|
||||
<p id="replies_{{ activity.action_object.latest_post.pk }}"></p>
|
||||
|
|
Loading…
Add table
Reference in a new issue