jazzband / wagtailmenus

An app to help you manage and render menus in your Wagtail projects more effectively

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Small error in documentation

Araoo opened this issue · comments

commented

Advanced topics >> Using custom menu classes and models

In the example given the following import is wrong:

from wagtail.wagtailadmin.edit_handlers import FieldPanel, PageChooserPanel

It should be:

from wagtail.admin.edit_handlers import FieldPanel, PageChooserPanel

Not a big deal but it could help someone who just copied and pasted the code.