Fix explanation on per-attendant emails

This commit is contained in:
Martin Gross
2019-08-28 16:47:54 +02:00
parent 4c8dc8f31c
commit fce9117dfd

View File

@@ -395,8 +395,8 @@ class EventSettingsForm(SettingsForm):
"only to that email address. If you enable this option, the system will additionally ask for " "only to that email address. If you enable this option, the system will additionally ask for "
"individual email addresses for every admission ticket. This might be useful if you want to " "individual email addresses for every admission ticket. This might be useful if you want to "
"obtain individual addresses for every attendee even in case of group orders. However, " "obtain individual addresses for every attendee even in case of group orders. However, "
"pretix will send the order confirmation only to the one primary email address, not to the " "pretix will send the order confirmation by default only to the one primary email address, not to "
"per-attendee addresses."), "the per-attendee addresses. You can however enable this in the E-mail settings."),
required=False required=False
) )
attendee_emails_required = forms.BooleanField( attendee_emails_required = forms.BooleanField(