From: Stephen Burrows Date: Mon, 28 Feb 2011 21:56:39 +0000 (-0500) Subject: Minor corrections to shipherd recursenavigation docstring. X-Git-Tag: philo-0.9~17^2~5 X-Git-Url: http://git.ithinksw.org/philo.git/commitdiff_plain/a85e27d82d1a7b6e49fa2e16f0bbd902344def25 Minor corrections to shipherd recursenavigation docstring. --- 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: