summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2011-06-15 17:39:58 (GMT)
committerErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2011-06-15 17:39:58 (GMT)
commit1655d77d1105d1deaa8f1d657887ace75cc435ff (patch)
treecaf928306097409b339bfdd91847010e1185aced /templates
parent50f9bf500248e0b939be8f5af3c6b15c5644e1d5 (diff)
fixed id for show detail url.
Diffstat (limited to 'templates')
-rw-r--r--templates/program/boxes/recommendations.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/program/boxes/recommendations.html b/templates/program/boxes/recommendations.html
index bcb7b58..7e3682c 100644
--- a/templates/program/boxes/recommendations.html
+++ b/templates/program/boxes/recommendations.html
@@ -19,7 +19,7 @@
{{ item.timeslot.start|date:"d.m. H:i" }} -
{{ item.timeslot.end|date:"H:i" }}<br />
- <h3><a href="{% url show-detail item.timeslot.id %}">{{ item.show.name }}</a></h3>
+ <h3><a href="{% url show-detail item.show.id %}">{{ item.show.name }}</a></h3>
<p class="note-title">
{{ item.title }}<br />
<a href="{% url timeslot-detail item.timeslot.id %}">[weiter]</a>