diff --git a/src/pretix/presale/templates/pretixpresale/event/fragment_cart.html b/src/pretix/presale/templates/pretixpresale/event/fragment_cart.html index 9a16865eb7..361dcca763 100644 --- a/src/pretix/presale/templates/pretixpresale/event/fragment_cart.html +++ b/src/pretix/presale/templates/pretixpresale/event/fragment_cart.html @@ -395,7 +395,11 @@ {% for fee in cart.fees %}
- {{ fee.get_fee_type_display }} + {% if fee.fee_type == "other" and fee.description %} + {{ fee.description }} + {% else %} + {{ fee.get_fee_type_display }} + {% endif %}
{% if download %}