Merge remote branch 'melinath/master'
authorHarris Lapiroff <hlapirof@oberlin.edu>
Wed, 2 Mar 2011 19:59:25 +0000 (14:59 -0500)
committerHarris Lapiroff <hlapirof@oberlin.edu>
Wed, 2 Mar 2011 19:59:25 +0000 (14:59 -0500)
1  2 
contrib/shipherd/templatetags/shipherd.py

@@@ -78,11 -51,10 +78,12 @@@ class RecurseNavigationNode(RecurseTree
  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.
 +      sets {{ active }}, {{ active_descendants }}, {{ navloop.counter }}, {{ navloop.counter0 }},
 +      {{ navloop.revcounter }}, {{ navloop.revcounter0 }}, {{ navloop.first }}, {{ navloop.last }},
 +      and {{ navloop.parentloop }} 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:
                <ul>