summaryrefslogtreecommitdiff
path: root/program/templates/v2/recommendation_list.html
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2021-03-01 10:44:28 (GMT)
committerChristian Pointner <equinox@helsinki.at>2021-03-01 10:44:28 (GMT)
commitb23c473e3af9e7c4e5c7aee6bfc93cde40737d94 (patch)
tree74092e34afd69a6d2f0afbb83bbb1e0951b8f49a /program/templates/v2/recommendation_list.html
parent850f92794a2571f44fd95f53a3f96f5ea659b3a4 (diff)
fix vew names and url tag parameters for v2 templates
Diffstat (limited to 'program/templates/v2/recommendation_list.html')
-rw-r--r--program/templates/v2/recommendation_list.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/program/templates/v2/recommendation_list.html b/program/templates/v2/recommendation_list.html
index 3fcc5d1..3b6f66d 100644
--- a/program/templates/v2/recommendation_list.html
+++ b/program/templates/v2/recommendation_list.html
@@ -25,16 +25,16 @@
</div>
<div class="show-detail">
<h4>
- <a href="{% url "show-detail" recommendation.show.slug %}">{{ recommendation.show.name }}</a><br/>
+ <a href="{% url "show-detail-v2" recommendation.show.slug %}">{{ recommendation.show.name }}</a><br/>
vom {{ recommendation.start|date:"d.m. H:i" }}-{{ recommendation.end|date:"H:i" }}</h4>
{% if recommendation.note %}
<h3 class="show-title">
- <a href="{% url "timeslot-detail" recommendation.id %}">{{ recommendation.note.title }}</a>
+ <a href="{% url "timeslot-detail-v2" recommendation.id %}">{{ recommendation.note.title }}</a>
</h3>
<div class="note-content">{{ recommendation.note.content|safe }}</div>
{% else %}
<h3 class="show-title"><a
- href="{% url "timeslot-detail" recommendation.id %}">{{ recommendation.show.broadcastformat.format }}</a>
+ href="{% url "timeslot-detail-v2" recommendation.id %}">{{ recommendation.show.broadcastformat.format }}</a>
</h3>
{% endif %}
</div>