forked from CGM_Public/pretix_original
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