diff --git a/project/templates/blocks/comments.html b/project/templates/blocks/comments.html index b2b74983..a4bff517 100644 --- a/project/templates/blocks/comments.html +++ b/project/templates/blocks/comments.html @@ -2,7 +2,7 @@ {% recursetree object.comments.all %} {% if not node.deactivated_at %} -{% include './comment.html' %} +{% include 'templates/blocks/comment.html' %} {% if not node.is_leaf_node %} {{ children }} {% endif %}