diff options
Diffstat (limited to 'program/templates/show_detail.html')
-rw-r--r-- | program/templates/show_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/templates/show_detail.html b/program/templates/show_detail.html index 04ad976..e3b2bdb 100644 --- a/program/templates/show_detail.html +++ b/program/templates/show_detail.html @@ -75,7 +75,7 @@ {% endfor %} {% if show.predecessor and show.predecessor.notes.all %} {% if show.name != show.predecessor.name %} - <h3>Davor als {{ show.predecessor.name }}</h3> + <h3>Davor als <a href="{% url "show-detail" show.predecessor.slug %}">{{ show.predecessor.name }}</a></h3> {% endif %} {% for note in show.predecessor.notes.all reversed %} <li> |