Skip to content
Snippets Groups Projects
Commit ab1cfdd3 authored by jan.bednarik's avatar jan.bednarik
Browse files

donate: Hide privacy panel

parent 32ceed3d
Branches
No related tags found
2 merge requests!93Merge test,!92Upgrade
...@@ -8,6 +8,7 @@ from wagtail.admin.edit_handlers import ( ...@@ -8,6 +8,7 @@ from wagtail.admin.edit_handlers import (
FieldPanel, FieldPanel,
HelpPanel, HelpPanel,
MultiFieldPanel, MultiFieldPanel,
PublishingPanel,
StreamFieldPanel, StreamFieldPanel,
) )
from wagtail.core import blocks from wagtail.core import blocks
...@@ -419,7 +420,8 @@ class DonateProjectPage(DonateFormMixin, Page, SubpageMixin, MetadataPageMixin): ...@@ -419,7 +420,8 @@ class DonateProjectPage(DonateFormMixin, Page, SubpageMixin, MetadataPageMixin):
), ),
] ]
settings_panels = Page.settings_panels + [ settings_panels = [
PublishingPanel(),
MultiFieldPanel( MultiFieldPanel(
[ [
FieldPanel("portal_project_id"), FieldPanel("portal_project_id"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment