diff options
author | Christian Pointner <equinox@helsinki.at> | 2021-06-16 14:55:53 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2021-06-16 14:55:53 (GMT) |
commit | 5c4a9a9cb54067bd611c7dedd81a557b92bef621 (patch) | |
tree | 8dd5a9c5a0e1261ac6b04af4ccb58c463c6f04f6 | |
parent | 3f2e88c008f9833dc89348dd26f9c715ca72712e (diff) |
fixup! fixup! add new show/note images to program/tips
-rw-r--r-- | program/templates/v2/recommendation_list.html | 3 |
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> |