X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/1ad3c023974f619f977d1cced84e1251846fb7a2..a85e27d82d1a7b6e49fa2e16f0bbd902344def25:/contrib/shipherd/templatetags/shipherd.py diff --git a/contrib/shipherd/templatetags/shipherd.py b/contrib/shipherd/templatetags/shipherd.py index fa4ec3e..c416e4e 100644 --- a/contrib/shipherd/templatetags/shipherd.py +++ b/contrib/shipherd/templatetags/shipherd.py @@ -53,14 +53,15 @@ def recursenavigation(parser, token): Based on django-mptt's recursetree templatetag. In addition to {{ item }} and {{ children }}, sets {{ active }} and {{ active_descendants }} in the context. - Note that the tag takes one variable, which is a Node instance. + Note that the tag takes two variables: a Node instance and the key of the navigation to + be recursed. Usage: