mirror of
https://github.com/pretix/pretix.git
synced 2026-08-08 10:27:49 +00:00
Apply suggestion from @luelista
Co-authored-by: luelista <weller@rami.io>
This commit is contained in:
co-authored by
luelista
parent
176a89cebb
commit
67dcddec33
@@ -1023,7 +1023,7 @@ DEFAULTS = {
|
||||
'form_class': forms.IntegerField,
|
||||
'serializer_class': serializers.IntegerField,
|
||||
'write_permission': 'event.settings.payment:write',
|
||||
'form_kwargs': lambda suffix="", parent=0: dict(
|
||||
'form_kwargs': lambda suffix="", parent=1: dict(
|
||||
label=_('Payment term in minutes'),
|
||||
help_text=_("The number of minutes after placing an order the user has to pay to preserve their reservation. "
|
||||
"Only use this if you exclusively offer real-time payment methods. Please note that for technical reasons, "
|
||||
|
||||
Reference in New Issue
Block a user