summaryrefslogtreecommitdiff
path: root/program/templates/v2/host_detail.html
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2021-03-01 10:45:23 (GMT)
committerChristian Pointner <equinox@helsinki.at>2021-03-01 10:45:23 (GMT)
commit82cd389025255354027134a7ba0dd2f41faa8fdc (patch)
tree74092e34afd69a6d2f0afbb83bbb1e0951b8f49a /program/templates/v2/host_detail.html
parenteee8713edf499865dee264d0c3a8947c752b02a4 (diff)
parentb23c473e3af9e7c4e5c7aee6bfc93cde40737d94 (diff)
Merge branch 'new-homepage' into stable
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 e7aad16..1f2782c 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" show.slug %}"> {{ show.name }}</a></div>
+ <div class="show {{ show.broadcastformat.slug }}"><a href="{% url "show-detail-v2" show.slug %}"> {{ show.name }}</a></div>
{% endfor %}
</div>