Improve help text

This commit is contained in:
Raphael Michel
2017-04-14 17:37:38 +02:00
parent f5b871f8f5
commit c1d51cc196

View File

@@ -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