From 68beb65c3bd3db0a2b9e979ab824aa3c99c4e538 Mon Sep 17 00:00:00 2001
From: Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com>
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 @@
 
     <div id="description">{{ show.description|safe }}</div>
 
+    {% if show.image %}
+    <div id="image" style="float: right;"><img src="/program/static/{{ show.image }}" width="200" alt="image"></div>
+    {% endif %}
+
     <p>
       {% for host in show.hosts.all %}
       <a href="{% url host-detail host.id %}">{{ host }}</a><br />
-- 
cgit v0.10.2