From 3519153b1b5ef5760b5fcf0de7c60af021cdc897 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 27 Jan 2024 14:01:56 -0500 Subject: [PATCH] fix template 500 --- social/templates/activity/comment_child_item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/social/templates/activity/comment_child_item.html b/social/templates/activity/comment_child_item.html index 009f3373..713513c4 100644 --- a/social/templates/activity/comment_child_item.html +++ b/social/templates/activity/comment_child_item.html @@ -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 %}