forked from CGM_Public/pretix_original
Add notice that list-view is not available for eventseries with more than 100 dates.
This commit is contained in:
@@ -935,7 +935,8 @@ DEFAULTS = {
|
|||||||
('list', _('List')),
|
('list', _('List')),
|
||||||
('week', _('Week calendar')),
|
('week', _('Week calendar')),
|
||||||
('calendar', _('Month calendar')),
|
('calendar', _('Month calendar')),
|
||||||
)
|
),
|
||||||
|
help_text=_('If your event series has more than 100 dates, only the month or week calendar can be used.')
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
'last_order_modification_date': {
|
'last_order_modification_date': {
|
||||||
|
|||||||
Reference in New Issue
Block a user