Got rid of an obsolete setting

This commit is contained in:
Raphael Michel
2015-12-03 21:59:14 +01:00
parent 53e843ca82
commit 411eb3c60f
3 changed files with 0 additions and 10 deletions

View File

@@ -119,11 +119,6 @@ class EventSettingsForm(SettingsForm):
choices=settings.LANGUAGES,
label=_("Default language"),
)
user_mail_required = forms.BooleanField(
label=_("Require e-mail adresses"),
help_text=_("Require all customers to provide an e-mail address."),
required=False
)
attendee_names_asked = forms.BooleanField(
label=_("Ask for attendee names"),
help_text=_("Ask for a name for all tickets which include admission to the event."),