From: Stephen Burrows Date: Wed, 15 Jun 2011 13:51:28 +0000 (-0400) Subject: Minor correction to shipherd howto. X-Git-Tag: philo-0.9.1^2~8^2~1^2~1 X-Git-Url: http://git.ithinksw.org/philo.git/commitdiff_plain/ba1984a6efbf281fa89f31009bf2f4e803c9a345 Minor correction to shipherd howto. --- diff --git a/docs/tutorials/shipherd.rst b/docs/tutorials/shipherd.rst index 3a62cb0..391f10b 100644 --- a/docs/tutorials/shipherd.rst +++ b/docs/tutorials/shipherd.rst @@ -19,7 +19,7 @@ Displaying the Navigation All you need to do now is show the navigation in the template! This is quite easy, using the :ttag:`~philo.contrib.shipherd.templatetags.shipherd.recursenavigation` templatetag. For now we'll keep it simple. Adjust the "Hello World Template" to look like this:: - + {% load shipherd %} {% container page_title %} @@ -29,7 +29,7 @@ All you need to do now is show the navigation in the template! This is quite eas {{ item.text }} - {% endnavigation %} + {% endrecursenavigation %} {% container page_body as content %} {% if content %}