Move reserved explanation out of tooltip

This commit is contained in:
Martin Gross
2020-08-12 16:37:59 +02:00
parent 30e0f5ebc7
commit c6f3fdd8e4

View File

@@ -17,10 +17,9 @@
</div> </div>
{% elif avail < 100 %} {% elif avail < 100 %}
<div class="col-md-2 col-xs-6 availability-box unavailable"> <div class="col-md-2 col-xs-6 availability-box unavailable">
<strong>{% trans "Reserved" %} <strong>{% trans "Reserved" %}</strong>
<span class="fa fa-info-circle" data-toggle="tooltip" <br/>
title="{% trans "All remaining products are reserved but might become available again." %}"></span> {% trans "All remaining products are reserved but might become available again." %}
</strong>
{% if event.settings.waiting_list_enabled and item.allow_waitinglist %} {% if event.settings.waiting_list_enabled and item.allow_waitinglist %}
<br/> <br/>
<a href="{% eventurl event "presale:event.waitinglist" cart_namespace=cart_namespace|default_if_none:"" %}?item={{ item.pk }}{% if var %}&var={{ var.pk }}{% endif %}{% if subevent %}&subevent={{ subevent.pk }}{% endif %}"> <a href="{% eventurl event "presale:event.waitinglist" cart_namespace=cart_namespace|default_if_none:"" %}?item={{ item.pk }}{% if var %}&var={{ var.pk }}{% endif %}{% if subevent %}&subevent={{ subevent.pk }}{% endif %}">