summaryrefslogtreecommitdiff
path: root/program/templates/v2/host_detail.html
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2021-03-03 13:21:13 (GMT)
committerChristian Pointner <equinox@helsinki.at>2021-03-03 13:21:13 (GMT)
commit546a1a082e6cbafaf0fd5a7063c3694e0e0205f3 (patch)
treeaee75b724b5e44066c07d8a74fecd542e8a04390 /program/templates/v2/host_detail.html
parenta0ee1c483fe320e9b6b719a2ce103954f5b00e92 (diff)
fix link targets for new homepage
Diffstat (limited to 'program/templates/v2/host_detail.html')
-rw-r--r--program/templates/v2/host_detail.html2
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>