mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Frontend order view: Do not recommend download for canceled orders
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if can_download and download_buttons %}
|
||||
{% if can_download and download_buttons and order.count_positions %}
|
||||
<div class="alert alert-info">
|
||||
{% blocktrans trimmed %}
|
||||
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