From f872bfcb682219d0b0c17a16eebd06751184ac3d Mon Sep 17 00:00:00 2001 From: Artem Kamyshansky <48558418+kamartem@users.noreply.github.com> Date: Fri, 27 Dec 2024 13:41:07 +0300 Subject: [PATCH] typo fix --- docs/extending/generic_views.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extending/generic_views.md b/docs/extending/generic_views.md index 2fc603ccee..b6812b41ba 100644 --- a/docs/extending/generic_views.md +++ b/docs/extending/generic_views.md @@ -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',