templates/trip.html

changeset 36
728965530259
parent 35
8ed8f8be7a07
child 47
18953691af29
--- a/templates/trip.html	Wed Jun 28 15:55:39 2017 +0300
+++ b/templates/trip.html	Wed Jun 28 15:56:59 2017 +0300
@@ -67,7 +67,7 @@
 				{% for halt in entry['stops'] %}
 				<tr>
 					<td>{{halt['time']}}</td>
-					<td><a href="../pysäkki/{{halt['id']}}"><img src='/static/pysäkki.png' height='24' />&nbsp;{{halt['code']}}</a></td>
+					<td><a href="../pysäkki/{{halt['id']}}"><img src='../static/pysäkki.png' height='24' />&nbsp;{{halt['code']}}</a></td>
 					<td><a href="../pysäkki/{{halt['id']}}">{{halt['name']}}</a></td>
 				</tr>
 				{% endfor %}

mercurial