From b0f876988f32e8ed4b50d773d5a6755451ae3531 Mon Sep 17 00:00:00 2001 From: Chris Glass Date: Tue, 11 Jan 2011 22:45:19 +0100 Subject: [PATCH] "Merged" comments from issue 649. --- docs/navigation.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/navigation.rst b/docs/navigation.rst index 2995f316e52..b6a32cfeef2 100644 --- a/docs/navigation.rst +++ b/docs/navigation.rst @@ -12,6 +12,11 @@ menu: * ``show_sub_menu`` * ``show_breadcrumb`` +.. note:: + + Please note that menus were originally implemented to be application-independant + and as such, live in the ``menus`` application instead of the "normal" ``cms`` + ********* show_menu ********* @@ -40,7 +45,7 @@ Some Examples Complete navigation (as a nested list):: - {% load cache cms_tags %} + {% load cache menu_tags %}