Skip to content

Commit

Permalink
hide the softwareproductpage child page type (#7419)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pomax committed Sep 21, 2021
1 parent 25e3868 commit e2749e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion network-api/networkapi/wagtailpages/pagemodels/products.py
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,10 @@ class BuyersGuidePage(RoutablePageMixin, FoundationMetadataPageMixin, Page):
"""

template = 'buyersguide/home.html'
subpage_types = [SoftwareProductPage, GeneralProductPage]
subpage_types = [
# SoftwareProductPage,
GeneralProductPage,
]

cutoff_date = models.DateField(
'Product listing cutoff date',
Expand Down

0 comments on commit e2749e0

Please sign in to comment.