improve event organizer selection, show on web
This commit is contained in:
@ -1,2 +1,13 @@
|
||||
from wagtail.admin.viewsets.chooser import ChooserViewSet
|
||||
|
||||
# Create your views here.
|
||||
|
||||
class AssociationChooserViewSet(ChooserViewSet):
|
||||
model = "associations.AssociationPage"
|
||||
icon = "group"
|
||||
choose_one_text = "Choose an association"
|
||||
choose_another_text = "Choose another association"
|
||||
edit_item_text = "Edit this association"
|
||||
# form_fields = ["name"]
|
||||
|
||||
|
||||
association_chooser_viewset = AssociationChooserViewSet("association_chooser")
|
||||
|
Reference in New Issue
Block a user