diff options
author | Johannes Raggam <raggam-nl@adm.at> | 2011-07-07 14:15:26 (GMT) |
---|---|---|
committer | Johannes Raggam <raggam-nl@adm.at> | 2011-07-07 14:15:26 (GMT) |
commit | 7fedd9d25afc2267c23121770d7aef17e9141f0d (patch) | |
tree | 13b6455d004067b8e365fde9a2f9f1ad30a5e6fa /templates/program/timeslot_detail.html | |
parent | b8192f77d559684825af175dd31ce18c6c38096c (diff) | |
parent | f77ca392735c58e12f3fa5e4f7badf4c6e13f7ae (diff) |
Merge branch 'master' of github.com:nnrcschmdt/helsinki
Diffstat (limited to 'templates/program/timeslot_detail.html')
-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 %} |