mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Fix typo in cache key
This commit is contained in:
@@ -74,7 +74,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<div>
|
<div>
|
||||||
{% cache_large 15 subevent_lits subevent_list_cache_key %}
|
{% cache_large 15 subevent_list subevent_list_cache_key %}
|
||||||
{% if subevent_list.list_type == "calendar" %}
|
{% if subevent_list.list_type == "calendar" %}
|
||||||
{% include "pretixpresale/event/fragment_subevent_calendar.html" %}
|
{% include "pretixpresale/event/fragment_subevent_calendar.html" %}
|
||||||
{% elif subevent_list.list_type == "week" %}
|
{% elif subevent_list.list_type == "week" %}
|
||||||
|
|||||||
Reference in New Issue
Block a user