diff options
Diffstat (limited to 'program/templates/v2/show_list.html')
-rw-r--r-- | program/templates/v2/show_list.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/program/templates/v2/show_list.html b/program/templates/v2/show_list.html index b3babef..0cee3ef 100644 --- a/program/templates/v2/show_list.html +++ b/program/templates/v2/show_list.html @@ -32,6 +32,9 @@ {% endfor %} </ul> <p class="show-description">{{ show.short_description }}</p> +{% if show.image %} + <img class="show-image" src="https://images.helsinki.at/program/{{ show.image }}"> +{% endif %} </div> </div> {% endfor %} |