summaryrefslogtreecommitdiff
path: root/program/templates/v2/day_schedule.html
diff options
context:
space:
mode:
Diffstat (limited to 'program/templates/v2/day_schedule.html')
-rw-r--r--program/templates/v2/day_schedule.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/templates/v2/day_schedule.html b/program/templates/v2/day_schedule.html
index a4e1bde..e91c020 100644
--- a/program/templates/v2/day_schedule.html
+++ b/program/templates/v2/day_schedule.html
@@ -58,7 +58,7 @@
</div>
<div class="show-detail">
<h3 class="show-title"><a
- href="{% url "timeslot-detail-v2" timeslot.id %}">{{ timeslot.show.name }}</a></h3>
+ href="/program/{{ timeslot.id }}">{{ timeslot.show.name }}</a></h3>
{% if timeslot.note %}
<p class="note-title"><strong>Heute:</strong> {{ timeslot.note.title }}</p>
{% else %}