templates/trip.html

changeset 90
36efdea68d03
parent 55
0f1d046b3f78
child 93
53ee9e945673
--- 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' />&nbsp;{{halt['code']}}</a></td>
+					<td><a href="../stop/{{halt['id']}}"><img src='../static/{{typename}}.png' height='24' />&nbsp;{{halt['code']}}</a></td>
 					<td><a href="../stop/{{halt['id']}}">{{halt['name']}}</a></td>
 				</tr>
 				{% endfor %}

mercurial