diff options
author | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2016-05-01 16:14:58 (GMT) |
---|---|---|
committer | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2016-05-01 16:14:58 (GMT) |
commit | 9dee37ef6176affc4fae32d3e0e90de7060f8246 (patch) | |
tree | 6c0556ab32b06c99b842d69c9e590e32674dcddc /program/templates | |
parent | 094aa869116847d7941ab6fbf18b176dec1665d1 (diff) |
Link to predecessor show.
Diffstat (limited to 'program/templates')
-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> |