summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--program/templates/v2/timeslot_detail.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/templates/v2/timeslot_detail.html b/program/templates/v2/timeslot_detail.html
index f1e65b4..81c40c7 100644
--- a/program/templates/v2/timeslot_detail.html
+++ b/program/templates/v2/timeslot_detail.html
@@ -34,7 +34,7 @@
<div class="timeslot-note">{{ timeslot.note.content|safe }}</div>
{% if timeslot.note.image %}
- <div id="timeslot-note-image"><img src="https://images.helsinki.at/notes/{{ timeslot.note.image }}"></div>
+ <div id="timeslot-note-image"><img src="https://images.helsinki.at/program/{{ timeslot.note.image }}"></div>
{% endif %}
{% endif %}
</div>