Created
March 13, 2012 13:05
-
-
Save yumike/2028630 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% load tree_tag %} | |
{% tree object_list with level as level %} | |
<ul{% ifequal tree.level 1 %} class="root"{% endifequal %}> | |
{% node %} | |
<li>{{ tree.node.title }}{% subtree %}</li> | |
{% endnode %} | |
</ul> | |
{% endtree %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment