Skip to content

Commit 117ef50

Browse files
committed
Merge pull request django-cms#1759 from benjaoming/patch-1
cms_toolbar templatetag library is not in 2.4.x
2 parents 8ba3e2c + 7789052 commit 117ef50

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

docs/advanced/templatetags.rst

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -462,19 +462,10 @@ Toolbar Templatetags
462462

463463
.. highlightlang:: html+django
464464

465-
To use any of the following templatetags you first need to load them at the
466-
top of your template::
467-
468-
{% load cms_toolbar %}
469-
470-
.. templatetag:: cms_toolbar
471-
472-
cms_toolbar
473-
===========
474-
475-
The ``cms_toolbar`` templatetag will add the required css and javascript to the
476-
sekizai blocks in the base template. The templatetag has to be placed after the
477-
``<body>`` tag and before any ``{% cms_placeholder %}`` occurrences within your HTML.
465+
The ``cms_toolbar`` templatetag is included in the ``cms_tags`` library and will add the
466+
required css and javascript to the sekizai blocks in the base template. The templatetag
467+
has to be placed after the ``<body>`` tag and before any ``{% cms_placeholder %}`` occurrences
468+
within your HTML.
478469

479470
Example::
480471

0 commit comments

Comments
 (0)