templates/cluster.html

changeset 48
428cfdf64ccc
parent 38
d0ae1996abdd
child 55
0f1d046b3f78
--- a/templates/cluster.html	Mon Jul 31 01:15:28 2017 +0300
+++ b/templates/cluster.html	Fri Aug 11 14:28:13 2017 +0300
@@ -63,13 +63,13 @@
 				{{halt['time']}}
 			</td>
 			<td class='sarake-linja linja'>
-				<a href="../ajovuoro/{{halt['trip']}}">{{halt['route']}}</a>
+				<a href="../trip/{{halt['trip']}}">{{halt['route']}}</a>
 			</td>
 			<td class='sarake-määränpää'>
-				<a href="../ajovuoro/{{halt['trip']}}">{{halt['sign']}}</a>
+				<a href="../trip/{{halt['trip']}}">{{halt['sign']}}</a>
 			</td>
 			<td class='sarake-pysäkki'>
-				<a href="../pysäkki/{{halt['stop_id']}}"><img src="../static/pysäkki.png" height="24" /> {{halt['stop_code']}}</a>
+				<a href="../stop/{{halt['stop_id']}}"><img src="../static/pysäkki.png" height="24" /> {{halt['stop_code']}}</a>
 			</td>
 		</tr>
 		{% endfor %}

mercurial