summaryrefslogtreecommitdiff
path: root/program/templates/v2/recommendation_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'program/templates/v2/recommendation_list.html')
-rw-r--r--program/templates/v2/recommendation_list.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/program/templates/v2/recommendation_list.html b/program/templates/v2/recommendation_list.html
index 9d59e96..a07050f 100644
--- a/program/templates/v2/recommendation_list.html
+++ b/program/templates/v2/recommendation_list.html
@@ -43,8 +43,9 @@
<img class="show-image" src="https://images.helsinki.at/program/{{ recommendation.show.image }}">
{% endif %}
{% if recommendation.note and recommendation.note.image %}
- <img class="note-image" src="https://images.helsinki.at/program/{{ recommendation.note.image }}"></div>
+ <img class="note-image" src="https://images.helsinki.at/program/{{ recommendation.note.image }}">
{% endif %}
+ </div>
</div>
{% endfor %}
</div>