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 %}