Widget: remove limit of 50 events in list-view by adding a load-more-button (#2144)

This commit is contained in:
Richard Schreiber
2021-07-10 21:37:27 +02:00
committed by GitHub
parent 965aac6ad5
commit bdd9751f0e
5 changed files with 55 additions and 2 deletions

View File

@@ -520,6 +520,7 @@ class WidgetCartTest(CartTestMixin, TestCase):
'name': '30C3',
'frontpage_text': '',
'poweredby': '<a href="https://pretix.eu" target="_blank" rel="noopener">ticketing powered by pretix</a>',
'has_more_events': False,
'events': [
{'name': 'Present', 'date_range': 'Jan. 1, 2019 11:00', 'availability': {'color': 'none', 'text': '', 'reason': 'unknown'},
'event_url': 'http://example.com/ccc/30c3/', 'subevent': se1.pk, 'location': ''},