From fefa2d77459e0aead028872d1d277297744b09a5 Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Wed, 11 Oct 2017 19:59:17 +0500 Subject: [PATCH] Fixed formatting in How to extend the Toolbar docs --- docs/how_to/toolbar.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/how_to/toolbar.rst b/docs/how_to/toolbar.rst index 46f2a8068d1..04df4cdd731 100644 --- a/docs/how_to/toolbar.rst +++ b/docs/how_to/toolbar.rst @@ -37,6 +37,7 @@ classes that extend ``cms.toolbar_base.CMSToolbar`` and are registered using :me The register function can be used as a decorator. These classes have four attributes: + * ``toolbar`` (the toolbar object) * ``request`` (the current request) * ``is_current_app`` (a flag indicating whether the current request is handled by the same app as the function is in)