summaryrefslogtreecommitdiff
path: root/program/templates/v2/timeslot_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/timeslot_detail.html
parenteee8713edf499865dee264d0c3a8947c752b02a4 (diff)
parentb23c473e3af9e7c4e5c7aee6bfc93cde40737d94 (diff)
Merge branch 'new-homepage' into stable
Diffstat (limited to 'program/templates/v2/timeslot_detail.html')
-rw-r--r--program/templates/v2/timeslot_detail.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/program/templates/v2/timeslot_detail.html b/program/templates/v2/timeslot_detail.html
index 88749a2..b4702da 100644
--- a/program/templates/v2/timeslot_detail.html
+++ b/program/templates/v2/timeslot_detail.html
@@ -8,7 +8,7 @@
<div class="show-detail-header bf-{{ timeslot.show.broadcastformat.slug }}">
<h1 id="name">
- <a href="{% url "show-detail" timeslot.show.slug %}">{{ timeslot.show.name }}</a>
+ <a href="{% url "show-detail-v2" timeslot.show.slug %}">{{ timeslot.show.name }}</a>
</h1>
{% if timeslot.note %}
<h2>{{ timeslot.note.title }}</h2>
@@ -42,7 +42,7 @@
<p>
{% for host in timeslot.show.hosts.all %}
- <a href="{% url "host-detail" host.id %}">{{ host }}</a><br/>
+ <a href="{% url "host-detail-v2" host.id %}">{{ host }}</a><br/>
{% endfor %}
{% if timeslot.show.email %}
<strong>Email:</strong> <a href="mailto:{{ timeslot.show.email }}">{{ timeslot.show.email }}</a><br/>