mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-30 03:24:55 +00:00
update InlinePanel syntax
This commit is contained in:
parent
de2dc3d786
commit
87de5d0c66
1 changed files with 1 additions and 1 deletions
|
|
@ -399,7 +399,7 @@ As standard, Wagtail organises panels into three tabs: 'Content', 'Promote' and
|
|||
]
|
||||
BlogPage.sidebar_content_panels = [
|
||||
SnippetChooserPanel('advert', Advert),
|
||||
InlinePanel(BlogPage, 'related_links', label="Related links"),
|
||||
InlinePanel('related_links', label="Related links"),
|
||||
]
|
||||
|
||||
BlogPage.edit_handler = TabbedInterface([
|
||||
|
|
|
|||
Loading…
Reference in a new issue