mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
Improve help text
This commit is contained in:
@@ -291,8 +291,7 @@ class EventSettingsForm(SettingsForm):
|
|||||||
})
|
})
|
||||||
if data['attendee_emails_required'] and not data['attendee_emails_asked']:
|
if data['attendee_emails_required'] and not data['attendee_emails_asked']:
|
||||||
raise ValidationError({
|
raise ValidationError({
|
||||||
'attendee_emails_required': _('You cannot require specifying attendee emails if you do not ask for '
|
'attendee_emails_required': _('You have to ask for attendee emails if you want to make them required.')
|
||||||
'them.')
|
|
||||||
})
|
})
|
||||||
return data
|
return data
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user