field=models.BooleanField(default=False,help_text='Send an email to the organising party when a member cancels their registration after the deadline.',verbose_name='send cancellation notifications'),
),
migrations.AlterField(
model_name='event',
name='send_cancel_email',
field=models.BooleanField(default=True,
help_text='Send an email to the organising party when a member cancels their registration after the deadline.',