diff -r 3a495bc4b7b5 -r e6bdb9c54096 templates/cluster.html --- a/templates/cluster.html Tue Jun 20 09:39:42 2017 +0300 +++ b/templates/cluster.html Tue Jun 20 10:27:52 2017 +0300 @@ -26,9 +26,9 @@ -

{{nimi}}

+

{{name}}

- 📌 ({{sijainti}}) + 📌 ({{location}})

Pysäkit ryhmässä:

@@ -45,17 +45,17 @@ {{tr('destination', 'headings')}} {{tr('bus-stop', 'headings')}} - {% for rivi in aikataulu %} - - {{rivi['aika']}} + {% for halt in schedule %} + + {{halt['time']}} - {{rivi['linja']}} + {{halt['route']}} - {{rivi['kyltti']}} + {{halt['sign']}} - {{rivi['stop_id']}} + {{halt['stop_id']}} {% endfor %}