From 1655d77d1105d1deaa8f1d657887ace75cc435ff Mon Sep 17 00:00:00 2001 From: Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> Date: Wed, 15 Jun 2011 19:39:58 +0200 Subject: fixed id for show detail url. 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> -- cgit v0.10.2