add missing types for safe page moving from opportunity to initiatives (#4374)

This commit is contained in:
Pomax 2020-03-19 11:19:04 -07:00 коммит произвёл GitHub
Родитель 6f070b1fce
Коммит 1b07468ea1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -86,6 +86,12 @@ class InitiativesPage(PrimaryPage):
'MiniSiteNameSpace',
'OpportunityPage',
'RedirectingPage',
# The following additional types are here to ensure
# that the /initiatives route can house all the pages
# that originally lived under /opportunity
'BlogPage',
'CampaignPage',
'YoutubeRegretsPage',
]
primaryHero = models.ForeignKey(