From 3f2e88c008f9833dc89348dd26f9c715ca72712e Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 16 Jun 2021 16:54:41 +0200 Subject: 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 64bae9e..9d59e96 100644 --- a/program/templates/v2/recommendation_list.html +++ b/program/templates/v2/recommendation_list.html @@ -37,14 +37,13 @@ {% endif %} -{% if recommendation.show.image or (recommendation.note and recommendation.note.imnage) %} +
-{% if recommendation.show.image %} +{% if recommendation.show.image %} -{% endif %} -{% if recommendation.note and recommendation.note.imnage %} +{% endif %} +{% if recommendation.note and recommendation.note.image %}
-{% endif %} {% endif %} {% endfor %} -- cgit v0.10.2