--- a/templates/interesting.html Tue May 01 13:23:59 2018 +0300 +++ b/templates/interesting.html Tue May 01 13:24:33 2018 +0300 @@ -51,13 +51,13 @@ <td class='sarake-aika'> {{entry['departure'].strftime('%H:%M')}}</td> <td class='sarake-pysäkki'> - <a href="../stop/{{entry['stop'].code}}"><img src="../static/{{entry['stop'].typename}}.png" height="24" /> <span class='stop-code'>{{entry['stop'].code}} </span><br /><span class='stop-name'>{{entry['stop'].name}}</span></a> + <a href="./stop/{{entry['stop'].code}}"><img src="./static/{{entry['stop'].typename}}.png" height="24" /> <span class='stop-code'>{{entry['stop'].code}} </span><br /><span class='stop-name'>{{entry['stop'].name}}</span></a> </td> <td class='sarake-linja linja'> - <a href="../trip/{{entry['trip']}}">{{entry['route']}}</a> + <a href="./trip/{{entry['trip']}}">{{entry['route']}}</a> </td> <td class='sarake-määränpää' colspan='2'> - <a href="../trip/{{entry['trip']}}">{{entry['description']}}</a> + <a href="./trip/{{entry['trip']}}">{{entry['description']}}</a> </td> </tr> {% endfor %}