forked from CGM_Public/pretix_original
Show event’s date and location in widget if event is subevent (#1892)
This commit is contained in:
committed by
GitHub
parent
9fee2d0fbc
commit
e99e91d20f
@@ -183,7 +183,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if not cart_namespace %}
|
{% if not cart_namespace or subevent %}
|
||||||
<div>
|
<div>
|
||||||
{% if ev.location %}
|
{% if ev.location %}
|
||||||
<div class="info-row">
|
<div class="info-row">
|
||||||
|
|||||||
Reference in New Issue
Block a user