diff options
author | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2011-06-15 17:43:02 (GMT) |
---|---|---|
committer | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2011-06-15 17:43:02 (GMT) |
commit | ba18a68c79cafbb76bfdd80a6c1d4d33ff90ff25 (patch) | |
tree | e6c48ec2fe926d80a08ec841984c1d34258225b4 /templates/program | |
parent | 1655d77d1105d1deaa8f1d657887ace75cc435ff (diff) |
fixed url for show detail. slug not id.
Diffstat (limited to 'templates/program')
-rw-r--r-- | templates/program/boxes/recommendations.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/program/boxes/recommendations.html b/templates/program/boxes/recommendations.html index 7e3682c..2b443c1 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.show.id %}">{{ item.show.name }}</a></h3> + <h3><a href="{% url show-detail item.show.slug %}">{{ item.show.name }}</a></h3> <p class="note-title"> {{ item.title }}<br /> <a href="{% url timeslot-detail item.timeslot.id %}">[weiter]</a> |