Fix usage of MPTT in forum thread display

This commit is contained in:
Trever Fischer
2012-04-16 19:38:46 -04:00
parent d13caf59af
commit 8d1d488cd9

View File

@@ -2,7 +2,7 @@
<div class="forum-post">
{% include "forums/_post_children.html" with post=post %}
{% recursetree post.children %}
{% recursetree post.get_descendants %}
<div class="forum-post">
{% include "forums/_post_children.html" with post=node %}
{{children}}