mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Cache access to cache object
This commit is contained in:
@@ -32,7 +32,7 @@ class IndexView(EventPermissionRequiredMixin, ChartContainingView, TemplateView)
|
||||
except SubEvent.DoesNotExist:
|
||||
pass
|
||||
|
||||
cache = self.request.event.get_cache()
|
||||
cache = self.request.event.cache
|
||||
ckey = str(subevent.pk) if subevent else 'all'
|
||||
|
||||
# Orders by day
|
||||
|
||||
Reference in New Issue
Block a user