From a85e27d82d1a7b6e49fa2e16f0bbd902344def25 Mon Sep 17 00:00:00 2001 From: Stephen Burrows Date: Mon, 28 Feb 2011 16:56:39 -0500 Subject: [PATCH] Minor corrections to shipherd recursenavigation docstring. --- contrib/shipherd/templatetags/shipherd.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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: