From 68beb65c3bd3db0a2b9e979ab824aa3c99c4e538 Mon Sep 17 00:00:00 2001 From: Ernesto Rico-Schmidt Date: Sat, 16 Jul 2011 14:54:15 +0200 Subject: added image to show detail. diff --git a/templates/program/show_detail.html b/templates/program/show_detail.html index 3a61000..661a2b5 100644 --- a/templates/program/show_detail.html +++ b/templates/program/show_detail.html @@ -39,6 +39,10 @@
{{ show.description|safe }}
+ {% if show.image %} +
image
+ {% endif %} +

{% for host in show.hosts.all %} {{ host }}
-- cgit v0.10.2