File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -462,19 +462,10 @@ Toolbar Templatetags
462
462
463
463
.. highlightlang :: html+django
464
464
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.
478
469
479
470
Example::
480
471
You can’t perform that action at this time.
0 commit comments