12 lines
294 B
HTML
12 lines
294 B
HTML
{% load mptt_tags %}
|
|
|
|
<div class="forum-post">
|
|
{% include "forums/_post_children.html" with post=post %}
|
|
{% recursetree post.children %}
|
|
<div class="forum-post">
|
|
{% include "forums/_post_children.html" with post=node %}
|
|
{{children}}
|
|
</div>
|
|
{%endrecursetree%}
|
|
</div>
|