diff --git a/src/pretix/presale/templates/pretixpresale/event/index.html b/src/pretix/presale/templates/pretixpresale/event/index.html index a9391f8899..3fe6ae3068 100644 --- a/src/pretix/presale/templates/pretixpresale/event/index.html +++ b/src/pretix/presale/templates/pretixpresale/event/index.html @@ -132,7 +132,7 @@ {% endif %} {{ item.name }} - {% if item.short_description %}
{{ item.short_description }}
{% endif %} + {% if item.description %}{{ item.description }}
{% endif %}