add contact pages and blocks
This commit is contained in:
8
dnscms/contacts/widgets.py
Normal file
8
dnscms/contacts/widgets.py
Normal 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
|
Reference in New Issue
Block a user