--- a/templates/trip.html Sun Apr 15 13:51:39 2018 +0300 +++ b/templates/trip.html Thu Apr 19 14:44:54 2018 +0300 @@ -85,7 +85,7 @@ {% for halt in entry['stops'] %} <tr> <td>{{halt['time']}}</td> - <td><a href="../stop/{{halt['id']}}"><img src='../static/pysäkki.png' height='24' /> {{halt['code']}}</a></td> + <td><a href="../stop/{{halt['id']}}"><img src='../static/{{typename}}.png' height='24' /> {{halt['code']}}</a></td> <td><a href="../stop/{{halt['id']}}">{{halt['name']}}</a></td> </tr> {% endfor %}