summaryrefslogtreecommitdiff
path: root/program/templates/v2/day_schedule.html
diff options
context:
space:
mode:
Diffstat (limited to 'program/templates/v2/day_schedule.html')
-rw-r--r--program/templates/v2/day_schedule.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/program/templates/v2/day_schedule.html b/program/templates/v2/day_schedule.html
index 113705d..fa855eb 100644
--- a/program/templates/v2/day_schedule.html
+++ b/program/templates/v2/day_schedule.html
@@ -55,6 +55,9 @@
{% else %}
<p class="show-description">{{ timeslot.show.short_description }}</p>
{% endif %}
+{% if timeslot.show.image %}
+ <img class="show-image" src="https://images.helsinki.at/program/{{ timeslot.show.image }}">
+{% endif %}
</div>
</div>
{% if timeslot.end != timeslot.get_next_by_start.start %}