mirror of
https://github.com/pretix/pretix.git
synced 2026-09-14 16:24:43 +00:00
Control: fix typo to correctly initialize basket’s reservation_time input
This commit is contained in:
@@ -503,7 +503,7 @@ DEFAULTS = {
|
|||||||
'type': int,
|
'type': int,
|
||||||
'form_class': forms.IntegerField,
|
'form_class': forms.IntegerField,
|
||||||
'serializer_class': serializers.IntegerField,
|
'serializer_class': serializers.IntegerField,
|
||||||
'form_kwags': dict(
|
'form_kwargs': dict(
|
||||||
min_value=0,
|
min_value=0,
|
||||||
label=_("Reservation period"),
|
label=_("Reservation period"),
|
||||||
help_text=_("The number of minutes the items in a user's cart are reserved for this user."),
|
help_text=_("The number of minutes the items in a user's cart are reserved for this user."),
|
||||||
|
|||||||
Reference in New Issue
Block a user