Skip to content

Commit a5f39fe

Browse files
committed
Merge pull request django-cms#4180 from driesdesmet/patch-2
missing import in code example, documentation
2 parents 4ca3cef + 604c5c1 commit a5f39fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/how_to/extending_page_title.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ Simplified toolbar API
109109

110110
Since 3.0.6 a simplified toolbar API is available to handle the more common cases::
111111

112+
from cms.toolbar_pool import toolbar_pool
112113
from cms.extensions.toolbar import ExtensionToolbar
113114
from django.utils.translation import ugettext_lazy as _
114115
from .models import IconExtension

0 commit comments

Comments
 (0)