Skip to content

Commit

Permalink
Merge pull request #1327 from harrislapiroff/patch-1
Browse files Browse the repository at this point in the history
Missing + in docs.
  • Loading branch information
kaedroho committed May 20, 2015
2 parents 7bbde20 + de7f1b4 commit e068fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/pages/creating_pages.rst
Expand Up @@ -40,7 +40,7 @@ This example represents a typical blog post:
related_name='+'
)
content_panels = Page.content_panels [
content_panels = Page.content_panels + [
FieldPanel('date'),
FieldPanel('body', classname="full"),
]
Expand Down

0 comments on commit e068fa8

Please sign in to comment.