Show "choose other event date" button even in iframes

This commit is contained in:
Raphael Michel
2019-11-27 16:09:46 +01:00
parent f5e7e0e309
commit f80f2e9bf9
2 changed files with 2 additions and 7 deletions

View File

@@ -89,10 +89,11 @@
</details>
{% endif %}
{% if show_dates %}
{% if request.event.has_subevents %}
{% if subevent and "year" not in request.GET %}
{% if show_cart %}
<a class="subevent-toggle btn btn-primary btn-block btn-lg">
<span class="fa fa-reply"></span>
{% trans "Add tickets for a different date" %}
</a>
{% else %}