diff options
Diffstat (limited to 'templates/program/timeslot_detail.html')
-rw-r--r-- | templates/program/timeslot_detail.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/program/timeslot_detail.html b/templates/program/timeslot_detail.html index 172255c..856aef3 100644 --- a/templates/program/timeslot_detail.html +++ b/templates/program/timeslot_detail.html @@ -36,7 +36,9 @@ <div id="short-description" class="documentDescription">{{ timeslot.show.short_description }}</div> + {% if timeslot.show.description %} <div id="description">{{ timeslot.show.description|safe }}</div> + {% endif %} <p> {% for host in timeslot.show.hosts.all %} |