summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--program/templates/v2/recommendation_list.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/program/templates/v2/recommendation_list.html b/program/templates/v2/recommendation_list.html
index c98cd72..64bae9e 100644
--- a/program/templates/v2/recommendation_list.html
+++ b/program/templates/v2/recommendation_list.html
@@ -37,6 +37,15 @@
{% endif %}
</h3>
</div>
+{% if recommendation.show.image or (recommendation.note and recommendation.note.imnage) %}
+ <div class="images">
+{% if recommendation.show.image %}
+ <img class="show-image" src="https://images.helsinki.at/program/{{ recommendation.show.image }}">
+{% endif %}
+{% if recommendation.note and recommendation.note.imnage %}
+ <img class="note-image" src="https://images.helsinki.at/program/{{ recommendation.note.image }}"></div>
+{% endif %}
+{% endif %}
</div>
{% endfor %}
</div>