summaryrefslogtreecommitdiff
path: root/templates/program/boxes/recommendations.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/program/boxes/recommendations.html')
-rw-r--r--templates/program/boxes/recommendations.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/program/boxes/recommendations.html b/templates/program/boxes/recommendations.html
index 2b443c1..2b92a70 100644
--- a/templates/program/boxes/recommendations.html
+++ b/templates/program/boxes/recommendations.html
@@ -19,7 +19,9 @@
{{ item.timeslot.start|date:"d.m. H:i" }} -
{{ item.timeslot.end|date:"H:i" }}<br />
- <h3><a href="{% url show-detail item.show.slug %}">{{ item.show.name }}</a></h3>
+ <h3>
+ <a href="{% url timeslot-detail item.timeslot.id %}">{{ item.show.name }}</a>
+ </h3>
<p class="note-title">
{{ item.title }}<br />
<a href="{% url timeslot-detail item.timeslot.id %}">[weiter]</a>