mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
Fix ticket download-date hint when plugins disallow download (#2812)
This commit is contained in:
committed by
GitHub
parent
4b49782fac
commit
f35eb2a2f4
@@ -88,7 +88,7 @@
|
||||
</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% elif not can_download and ticket_download_date %}
|
||||
{% elif not can_download and plugins_allow_ticket_download and ticket_download_date %}
|
||||
{% if order.status == 'p' %}
|
||||
<div class="alert alert-info info-download">
|
||||
{% blocktrans trimmed with date=ticket_download_date|date:"SHORT_DATE_FORMAT" %}
|
||||
|
||||
Reference in New Issue
Block a user