From ba1984a6efbf281fa89f31009bf2f4e803c9a345 Mon Sep 17 00:00:00 2001 From: Stephen Burrows Date: Wed, 15 Jun 2011 09:51:28 -0400 Subject: [PATCH] Minor correction to shipherd howto. --- docs/tutorials/shipherd.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %} -- 2.20.1