mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Product list: Fix consistency issue (Z#23201046) (#5307)
This commit is contained in:
@@ -72,9 +72,11 @@
|
|||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
</span>
|
</span>
|
||||||
<span aria-hidden="true">{{ item.min_price|money:event.currency }} – {{ item.max_price|money:event.currency }}</span>
|
<span aria-hidden="true">{{ item.min_price|money:event.currency }} – {{ item.max_price|money:event.currency }}</span>
|
||||||
{% elif not item.min_price and not item.max_price and not item.mandatory_priced_addons %}
|
{% elif not item.min_price and not item.max_price %}
|
||||||
<span class="text-uppercase">{% trans "free" context "price" %}</span>
|
{% if not item.mandatory_priced_addons %}
|
||||||
{% elif not item.mandatory_priced_addons %}
|
<span class="text-uppercase">{% trans "free" context "price" %}</span>
|
||||||
|
{% endif %}
|
||||||
|
{% else %}
|
||||||
{{ item.min_price|money:event.currency }}
|
{{ item.min_price|money:event.currency }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user