forked from CGM_Public/pretix_original
This commit is contained in:
@@ -88,7 +88,7 @@
|
|||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% elif not can_download and plugins_allow_ticket_download and ticket_download_date %}
|
{% elif not can_download and plugins_allow_ticket_download and ticket_download_date and event.settings.ticket_download %}
|
||||||
{% if order.status == 'p' %}
|
{% if order.status == 'p' %}
|
||||||
<div class="alert alert-info info-download">
|
<div class="alert alert-info info-download">
|
||||||
{% blocktrans trimmed with date=ticket_download_date|date:"SHORT_DATE_FORMAT" %}
|
{% blocktrans trimmed with date=ticket_download_date|date:"SHORT_DATE_FORMAT" %}
|
||||||
|
|||||||
Reference in New Issue
Block a user