parent
479d4a72d7
commit
b604b5bb03
1 changed files with 6 additions and 1 deletions
@ -1,5 +1,10 @@ |
|||||||
{% load mptt_tags %} |
{% load mptt_tags %} |
||||||
|
|
||||||
{% recursetree object.comments.all %} |
{% recursetree object.comments.all %} |
||||||
|
{% if not node.deactivated_at %} |
||||||
{% include './comment.html' %} |
{% include './comment.html' %} |
||||||
{{ children }} {% endrecursetree %} |
{% if not node.is_leaf_node %} |
||||||
|
{{ children }} |
||||||
|
{% endif %} |
||||||
|
{% endif %} |
||||||
|
{% endrecursetree %} |
||||||
|
|||||||
Loading…
Reference in new issue