templates/trip.html

changeset 48
428cfdf64ccc
parent 47
18953691af29
child 53
1c934953c3e6
--- a/templates/trip.html	Mon Jul 31 01:15:28 2017 +0300
+++ b/templates/trip.html	Fri Aug 11 14:28:13 2017 +0300
@@ -67,8 +67,8 @@
 				{% 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']}}">{{halt['name']}}</a></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']}}">{{halt['name']}}</a></td>
 				</tr>
 				{% endfor %}
 				</table>

mercurial