From 5c4a9a9cb54067bd611c7dedd81a557b92bef621 Mon Sep 17 00:00:00 2001
From: Christian Pointner <equinox@helsinki.at>
Date: Wed, 16 Jun 2021 16:55:53 +0200
Subject: fixup! fixup! add new show/note images to program/tips


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>
-- 
cgit v0.10.2