Show subforums

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

View File

@@ -10,7 +10,8 @@
{% block content %}
<h2>{{ forum.name }}</h2>
{%include "forums/_forum_table.html" with forums=forums.children%}
<h3>Subforums</h3>
{%include "forums/_forum_table.html" with forums=forum.children.all %}
<table>
<tr class="header">
<th>Title</th>