diff options
author | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2011-07-03 09:44:56 (GMT) |
---|---|---|
committer | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2011-07-03 09:44:56 (GMT) |
commit | 16dbcbeb27e4a5e722db2fad6100583b91e80a72 (patch) | |
tree | 5aa79dabf64e20bdd1eaf8925da8f736b07915e7 /templates | |
parent | 67e50e0a53c78897edd515e6753511bb540f107b (diff) |
added direct link to show detail page.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/program/timeslot_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/program/timeslot_detail.html b/templates/program/timeslot_detail.html index 7955451..8b08f8b 100644 --- a/templates/program/timeslot_detail.html +++ b/templates/program/timeslot_detail.html @@ -7,7 +7,7 @@ <div id="content-main" class="timeslot-detail"> <div class="show-detail-header bf-{{timeslot.show.broadcastformat.slug}}"> - <h1 id="name">{{ timeslot.show.name }}</h1> + <h1 id="name"><a href="{% url show-detail timeslot.show.slug %}">{{ timeslot.show.name }}</a></h1> <div class="show-abbrevs"> {% for item in timeslot.show.showinformation.all %} |