From cc7b17fead189eb2afb7524b3288e5453efe9047 Mon Sep 17 00:00:00 2001
From: Ernesto Rico-Schmidt
Date: Sun, 3 Jul 2011 11:45:47 +0200
Subject: added list of notes to show detail page. this looks ugly I know.
diff --git a/templates/program/show_detail.html b/templates/program/show_detail.html
index 443a64a..9d60678 100644
--- a/templates/program/show_detail.html
+++ b/templates/program/show_detail.html
@@ -54,6 +54,11 @@
{% endif %}
+
+ {% for note in show.notes.all %}
+ {{ note.start|date:"d. M Y" }}
+ {% endfor %}
+