mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
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>
|
<span class="label label-warning">{% trans "Reserved" %}</span>
|
||||||
{% elif e.best_availability_state < 20 %}
|
{% elif e.best_availability_state < 20 %}
|
||||||
{% if e.has_paid_item %}
|
{% 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 %}
|
{% else %}
|
||||||
<span class="fa fa-ticket" aria-hidden="true"></span> {% trans "Fully booked" %}
|
<span class="label label-danger">{% trans "Fully booked" %}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% elif e.presale_is_running %}
|
{% elif e.presale_is_running %}
|
||||||
|
|||||||
Reference in New Issue
Block a user