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()

View File

@@ -68,7 +68,6 @@
{% bootstrap_field sform.order_email_asked_twice layout="control" %}
{% bootstrap_field sform.attendee_emails_asked layout="control" %}
{% bootstrap_field sform.attendee_emails_required layout="control" %}
{% bootstrap_field sform.cancel_allow_user layout="control" %}
</fieldset>
<fieldset>
<legend>{% trans "Waiting list" %}</legend>