From b9b0bb0e86a67ecec612bb5cc818749fd3d1a002 Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Tue, 24 Apr 2018 10:33:14 +0300 Subject: [PATCH] Fix comments --- project/templates/blocks/comments.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}