diff options
author | Christian Pointner <equinox@helsinki.at> | 2021-03-01 10:45:23 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2021-03-01 10:45:23 (GMT) |
commit | 82cd389025255354027134a7ba0dd2f41faa8fdc (patch) | |
tree | 74092e34afd69a6d2f0afbb83bbb1e0951b8f49a /program/templates/v2/recommendation_list.html | |
parent | eee8713edf499865dee264d0c3a8947c752b02a4 (diff) | |
parent | b23c473e3af9e7c4e5c7aee6bfc93cde40737d94 (diff) |
Merge branch 'new-homepage' into stable
Diffstat (limited to 'program/templates/v2/recommendation_list.html')
-rw-r--r-- | program/templates/v2/recommendation_list.html | 6 |
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> |