mirror of
https://github.com/pretix/pretix.git
synced 2026-08-12 11:07:02 +00:00
Do not hide subevent list if filtered list is empty
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
{% endif %}
|
||||
|
||||
|
||||
{% if subevent_list.list_type != "list" or subevent_list.visible_events %}
|
||||
{% if subevent_list.list_type != "list" or subevent_list.visible_events or "filtered" in request.GET %}
|
||||
{% if subevent_list_foldable %}
|
||||
<details class="panel panel-{% if show_cart %}primary{% else %}default{% endif %}">
|
||||
<summary class="panel-heading">
|
||||
|
||||
Reference in New Issue
Block a user