diff options
author | Christian Pointner <equinox@helsinki.at> | 2021-03-03 13:21:13 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2021-03-03 13:21:13 (GMT) |
commit | 546a1a082e6cbafaf0fd5a7063c3694e0e0205f3 (patch) | |
tree | aee75b724b5e44066c07d8a74fecd542e8a04390 /program/templates/v2/show_list.html | |
parent | a0ee1c483fe320e9b6b719a2ce103954f5b00e92 (diff) |
fix link targets for new homepage
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 c4d123b..b88695f 100644 --- a/program/templates/v2/show_list.html +++ b/program/templates/v2/show_list.html @@ -34,7 +34,7 @@ {% endfor %} </div> <div class="show-detail"> - <h3 class="show-title"><a href="{% url "show-detail-v2" show.slug %}">{{ show.name }}</a></h3> + <h3 class="show-title"><a href="/program/shows/{{ show.slug }}">{{ show.name }}</a></h3> <ul class="show-programslots"> {% for programslot in show.active_program_slots %} <li class="show-programslot">{{ programslot }}</li> |