Fix comments

remotes/origin/hasaccess
Ivlev Denis 8 years ago
parent 0c49313c87
commit b9b0bb0e86
  1. 2
      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 %}

Loading…
Cancel
Save