mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Fix missing required=False
This commit is contained in:
@@ -344,6 +344,7 @@ class EventSettingsForm(SettingsForm):
|
|||||||
help_text=_('This text needs to be confirmed by the user before a purchase is possible. You could for example '
|
help_text=_('This text needs to be confirmed by the user before a purchase is possible. You could for example '
|
||||||
'link your terms of service here. If you use the Pages feature to publish your terms of service, '
|
'link your terms of service here. If you use the Pages feature to publish your terms of service, '
|
||||||
'you don\'t need this setting since you can configure it there.'),
|
'you don\'t need this setting since you can configure it there.'),
|
||||||
|
required=False,
|
||||||
widget=forms.Textarea(attrs={"rows": 3})
|
widget=forms.Textarea(attrs={"rows": 3})
|
||||||
)
|
)
|
||||||
contact_mail = forms.EmailField(
|
contact_mail = forms.EmailField(
|
||||||
|
|||||||
Reference in New Issue
Block a user