Acceptance criteria
The code that retrieves the event associated to a page should be updated to check for the configured list of namespaces, instead of just the Event namespace. So, given I have an event in any namespace (allowed or not):
- I should see the registration header on the event page
- If I delete the event page, the event is deleted also
- If I try to create an invitation list for a page outside the event namespace, the page is available in the form
However: when I visit any page without event registration but in a permitted namespace, then I see the header with a call to action to enable registration IF AND ONLY IF the page is in the Event namespace.


