mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Fix typo
This commit is contained in:
@@ -302,7 +302,7 @@ class BulkSubEventItemForm(SubEventItemForm):
|
|||||||
limit_choices=('date_from', 'date_to'),
|
limit_choices=('date_from', 'date_to'),
|
||||||
)
|
)
|
||||||
rel_available_until = RelativeDateTimeField(
|
rel_available_until = RelativeDateTimeField(
|
||||||
label=_('Available_until'),
|
label=_('Available until'),
|
||||||
required=False,
|
required=False,
|
||||||
limit_choices=('date_from', 'date_to'),
|
limit_choices=('date_from', 'date_to'),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user