summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2011-07-03 09:45:47 (GMT)
committerErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2011-07-03 09:45:47 (GMT)
commitcc7b17fead189eb2afb7524b3288e5453efe9047 (patch)
treee6f20e8f997ed86a07101b7244294ea753c2d0dc /templates
parent16dbcbeb27e4a5e722db2fad6100583b91e80a72 (diff)
added list of notes to show detail page. this looks ugly I know.
Diffstat (limited to 'templates')
-rw-r--r--templates/program/show_detail.html5
1 files changed, 5 insertions, 0 deletions
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 %}
</p>
+ <p>
+ {% for note in show.notes.all %}
+ <a href="{% url timeslot-detail note.timeslot.id %}" title="{{ note.title }}">{{ note.start|date:"d. M Y" }}</a>
+ {% endfor %}
+ </p>
</div>
</body>