kopia lustrzana https://github.com/wagtail/wagtail
typo fix
rodzic
c5d70e631e
commit
f872bfcb68
|
@ -223,7 +223,7 @@ class BlogPage(Page):
|
|||
|
||||
content_panels = Page.content_panels + [
|
||||
FieldPanel('country'),
|
||||
FieldPanel('person', widget=PersonChooserWidget(linked_fields={
|
||||
FieldPanel('author', widget=PersonChooserWidget(linked_fields={
|
||||
# pass the country selected in the id_country input to the person chooser
|
||||
# as a URL parameter `country`
|
||||
'country': '#id_country',
|
||||
|
|
Ładowanie…
Reference in New Issue