diff options
author | Christian Pointner <equinox@helsinki.at> | 2021-03-10 16:25:59 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2021-03-10 16:25:59 (GMT) |
commit | dfd55f706de1f588eb0573b51c3e4ddba8612e97 (patch) | |
tree | 63020f19d5380ccd19411ce735a5141122a09470 /program/templates/v2/timeslot_detail.html | |
parent | 79ac160f239937bb4beb982e2cab2020d4eac9d1 (diff) |
minor template changes and cleanups
Diffstat (limited to 'program/templates/v2/timeslot_detail.html')
-rw-r--r-- | program/templates/v2/timeslot_detail.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/program/templates/v2/timeslot_detail.html b/program/templates/v2/timeslot_detail.html index d4ac952..9af51ab 100644 --- a/program/templates/v2/timeslot_detail.html +++ b/program/templates/v2/timeslot_detail.html @@ -5,7 +5,6 @@ <body> <div id="content-main" class="timeslot-detail"> - <h1><a href="/program/shows/{{ timeslot.show.slug }}">{{ timeslot.show.name }}</a></h1> <div class="show-detail-header bf-{{ timeslot.show.broadcastformat.slug }}"> |