mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Fix explanation on per-attendant emails
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user