This commit is contained in:
Raphael Michel
2021-04-30 11:38:42 +02:00
parent 5a02f110a4
commit da762a3fa9

View File

@@ -302,7 +302,7 @@ class BulkSubEventItemForm(SubEventItemForm):
limit_choices=('date_from', 'date_to'),
)
rel_available_until = RelativeDateTimeField(
label=_('Available_until'),
label=_('Available until'),
required=False,
limit_choices=('date_from', 'date_to'),
)