Skip to content

Commit

Permalink
changing panelfield
Browse files Browse the repository at this point in the history
  • Loading branch information
annagav committed Feb 6, 2025
1 parent cf01724 commit 5e62bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,7 @@ def get_context(self, request, *args, **kwargs):
}

content_panels = [ # noqa: RUF005
FieldPanel("course"),
InlinePanel("course"),
FieldPanel("topics"),
] + ProductPage.content_panels

Expand Down

0 comments on commit 5e62bfe

Please sign in to comment.