add contact pages and blocks

This commit is contained in:
2024-06-24 05:11:55 +02:00
parent 944506cc2f
commit 15e4e70806
30 changed files with 1448 additions and 51 deletions

View File

@ -0,0 +1,8 @@
from wagtail import hooks
from .views import contact_entity_chooser_viewset
@hooks.register("register_admin_viewset")
def register_viewset():
return contact_entity_chooser_viewset