Add notice that list-view is not available for eventseries with more than 100 dates.

This commit is contained in:
Martin Gross
2020-09-02 15:13:59 +02:00
parent 83a6041a32
commit 311dcfaab0

View File

@@ -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': {