diff -r 18953691af29 -r 428cfdf64ccc templates/route.html --- a/templates/route.html Mon Jul 31 01:15:28 2017 +0300 +++ b/templates/route.html Fri Aug 11 14:28:13 2017 +0300 @@ -18,9 +18,9 @@ {% for trip in schedule %} {{trip['time']}} - {{trip['from']}} - {{trip['to']}} - {{trip['status']}} + {{trip['from']}} + {{trip['to']}} + {{trip['status']}} {% endfor %}