Remove redundant form option

This commit is contained in:
Raphael Michel
2019-01-21 10:27:44 +01:00
parent 3703fbcacf
commit f6eb3bfb80
2 changed files with 0 additions and 6 deletions

View File

@@ -397,11 +397,6 @@ class EventSettingsForm(SettingsForm):
required=False,
help_text=_("We'll show this publicly to allow attendees to contact you.")
)
cancel_allow_user = forms.BooleanField(
label=_("Allow users to cancel unpaid orders"),
help_text=_("If checked, users can cancel orders by themselves as long as they are not yet paid."),
required=False
)
def clean(self):
data = super().clean()