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/show_list.html | |
parent | eee8713edf499865dee264d0c3a8947c752b02a4 (diff) | |
parent | b23c473e3af9e7c4e5c7aee6bfc93cde40737d94 (diff) |
Merge branch 'new-homepage' into stable
Diffstat (limited to 'program/templates/v2/show_list.html')
-rw-r--r-- | program/templates/v2/show_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/templates/v2/show_list.html b/program/templates/v2/show_list.html index 6d9d35d..50cae57 100644 --- a/program/templates/v2/show_list.html +++ b/program/templates/v2/show_list.html @@ -39,7 +39,7 @@ {% endfor %} </div> <div class="show-detail"> - <h3 class="show-title"><a href="{% url "show-detail" show.slug %}">{{ show.name }}</a></h3> + <h3 class="show-title"><a href="{% url "show-detail-v2" show.slug %}">{{ show.name }}</a></h3> <ul class="show-programslots"> {% for programslot in show.active_program_slots %} <li class="show-programslot">{{ programslot }}</li> |