diff options
author | Christian Pointner <equinox@helsinki.at> | 2021-03-03 13:21:31 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2021-03-03 13:21:31 (GMT) |
commit | 2094bd035f5b9ede35f9b28d5a2be7555f59b3af (patch) | |
tree | aee75b724b5e44066c07d8a74fecd542e8a04390 /program/templates/v2/host_detail.html | |
parent | 255b58b8b47f4fc12c634d5b3098538b2ab250b3 (diff) | |
parent | 546a1a082e6cbafaf0fd5a7063c3694e0e0205f3 (diff) |
Merge branch 'new-homepage' into stable
Diffstat (limited to 'program/templates/v2/host_detail.html')
-rw-r--r-- | program/templates/v2/host_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/templates/v2/host_detail.html b/program/templates/v2/host_detail.html index 1f2782c..a224635 100644 --- a/program/templates/v2/host_detail.html +++ b/program/templates/v2/host_detail.html @@ -10,7 +10,7 @@ <div id="shows"> <div id="shows-title">Sendungen</div> {% for show in host.active_shows %} - <div class="show {{ show.broadcastformat.slug }}"><a href="{% url "show-detail-v2" show.slug %}"> {{ show.name }}</a></div> + <div class="show {{ show.broadcastformat.slug }}"><a href="/program/shows/{{ show.slug }}"> {{ show.name }}</a></div> {% endfor %} </div> |