fix(models.py): fix wagtail editor error on new page creation
This commit is contained in:
@@ -112,7 +112,7 @@ class EventPage(Page):
|
|||||||
related_name="hosted_events",
|
related_name="hosted_events",
|
||||||
help_text="Select users who will be listed as hosts of this event.",
|
help_text="Select users who will be listed as hosts of this event.",
|
||||||
)
|
)
|
||||||
signed_up_users = models.ManyToManyField(
|
signed_up_users = ParentalManyToManyField(
|
||||||
User,
|
User,
|
||||||
related_name="signed_up_events",
|
related_name="signed_up_events",
|
||||||
blank=True,
|
blank=True,
|
||||||
|
|||||||
Reference in New Issue
Block a user