Yksi vielä..

Wed, 28 Jun 2017 15:56:59 +0300

author
Teemu Piippo <teemu@hecknology.net>
date
Wed, 28 Jun 2017 15:56:59 +0300
changeset 36
728965530259
parent 35
8ed8f8be7a07
child 37
5da3315058a2

Yksi vielä..

templates/trip.html file | annotate | diff | comparison | revisions
--- 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