mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Frontend order view: Do not recommend download for canceled orders
This commit is contained in:
@@ -84,7 +84,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if can_download and download_buttons %}
|
{% if can_download and download_buttons and order.count_positions %}
|
||||||
<div class="alert alert-info">
|
<div class="alert alert-info">
|
||||||
{% blocktrans trimmed %}
|
{% blocktrans trimmed %}
|
||||||
You can download your tickets using the buttons below. Please have your ticket ready when entering the event.
|
You can download your tickets using the buttons below. Please have your ticket ready when entering the event.
|
||||||
|
|||||||
Reference in New Issue
Block a user