add wip event occurrences
This commit is contained in:
@ -17,6 +17,7 @@ class VenueIndex(Page):
|
||||
class VenuePage(Page):
|
||||
# no children
|
||||
subpage_types = []
|
||||
parent_page_types = ["venues.VenueIndex"]
|
||||
# should not be able to be shown in menus
|
||||
show_in_menus = False
|
||||
|
||||
|
Reference in New Issue
Block a user