forked from CGM_Public/pretix_original
Organizer index: Fix incorrect display of sold-out events
This commit is contained in:
@@ -88,9 +88,9 @@
|
||||
<span class="label label-warning">{% trans "Reserved" %}</span>
|
||||
{% elif e.best_availability_state < 20 %}
|
||||
{% if e.has_paid_item %}
|
||||
<span class="fa fa-ticket" aria-hidden="true"></span> {% trans "Sold out" %}
|
||||
<span class="label label-danger">{% trans "Sold out" %}</span>
|
||||
{% else %}
|
||||
<span class="fa fa-ticket" aria-hidden="true"></span> {% trans "Fully booked" %}
|
||||
<span class="label label-danger">{% trans "Fully booked" %}</span>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% elif e.presale_is_running %}
|
||||
|
||||
Reference in New Issue
Block a user