mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +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,
|
||||
'form_class': forms.IntegerField,
|
||||
'serializer_class': serializers.IntegerField,
|
||||
'form_kwags': dict(
|
||||
'form_kwargs': dict(
|
||||
min_value=0,
|
||||
label=_("Reservation period"),
|
||||
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