diff -r a5bfd99bc2a3 -r 60045b362d71 templates/trip.html
--- a/templates/trip.html Sat Jun 24 19:38:05 2017 +0300
+++ b/templates/trip.html Wed Jun 28 12:20:05 2017 +0300
@@ -4,35 +4,44 @@
{{route}} {{description}}
@@ -42,48 +51,29 @@
🌙
{% endif %}
{{route}} {{description}}
-
Ajomatka: {{'%.1f' % length}}km
-
-
-
- Aika |
- Alue |
-
- {% for entry in concise_schedule %}
-
- {{entry['time']}} |
- {{entry['region']}} |
-
- {% endfor %}
-
-
-
+
+
+ Aika |
+ Alue |
+
+ {% for entry in schedule %}
+
+ {{entry['time']}} |
+
+ {{entry['name']}}
+
+ |
+
+ {% endfor %}
+