mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Fix typo in settings definition
This commit is contained in:
@@ -404,7 +404,7 @@ DEFAULTS = {
|
|||||||
'type': RelativeDateWrapper,
|
'type': RelativeDateWrapper,
|
||||||
'form_class': RelativeDateField,
|
'form_class': RelativeDateField,
|
||||||
'serializer_class': SerializerRelativeDateField,
|
'serializer_class': SerializerRelativeDateField,
|
||||||
'form_kawrgs': dict(
|
'form_kwargs': dict(
|
||||||
label=_('Last date of payments'),
|
label=_('Last date of payments'),
|
||||||
help_text=_("The last date any payments are accepted. This has precedence over the number of "
|
help_text=_("The last date any payments are accepted. This has precedence over the number of "
|
||||||
"days configured above. If you use the event series feature and an order contains tickets for "
|
"days configured above. If you use the event series feature and an order contains tickets for "
|
||||||
|
|||||||
Reference in New Issue
Block a user