mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Do not allow misleading NULL value in mail_days_order_expire_warning
This commit is contained in:
@@ -1066,7 +1066,7 @@ class MailSettingsForm(SettingsForm):
|
||||
)
|
||||
mail_days_order_expire_warning = forms.IntegerField(
|
||||
label=_("Number of days"),
|
||||
required=False,
|
||||
required=True,
|
||||
min_value=0,
|
||||
help_text=_("This email will be sent out this many days before the order expires. If the "
|
||||
"value is 0, the mail will never be sent.")
|
||||
|
||||
Reference in New Issue
Block a user