X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/ee92df2cd0e3d6d93a13d6e74391ee495f9471c9..ba1984a6efbf281fa89f31009bf2f4e803c9a345:/docs/tutorials/shipherd.rst diff --git a/docs/tutorials/shipherd.rst b/docs/tutorials/shipherd.rst index f7988e6..391f10b 100644 --- a/docs/tutorials/shipherd.rst +++ b/docs/tutorials/shipherd.rst @@ -3,7 +3,7 @@ Using Shipherd in the Admin The navigation mechanism is fairly complex; unfortunately, there's no real way around that - without a lot of equally complex code that you are quite welcome to write and contribute! ;-) -For this guide, we'll assume that you have the setup described in :doc:`getting-started`. We'll be adding a main :class:`.Navigation` to the root :class:`.Node` and making it display as part of the :class:`.Template`. +For this guide, we'll assume that you have the setup described in :doc:`getting-started`. We'll be adding a main :class:`.Navigation` to the root :class:`.Node` and making it display as part of the :class:`.Template`. Before getting started, make sure that you've added :mod:`philo.contrib.shipherd` to your :setting:`INSTALLED_APPS`. Creating the Navigation +++++++++++++++++++++++ @@ -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 %}