From a30fa2c27959f0c8c7dd8218a6df634204732b76 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sat, 12 Mar 2016 11:24:54 +0100 Subject: [PATCH] Fixed displaying of item description --- src/pretix/presale/templates/pretixpresale/event/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/presale/templates/pretixpresale/event/index.html b/src/pretix/presale/templates/pretixpresale/event/index.html index a9391f889..3fe6ae306 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 %}
{{ event.currency }} {{ item.price|floatformat:2 }}