diff -r f448f291c1dd -r d1b88561afdf templates/route.html --- a/templates/route.html Wed Jun 28 13:13:14 2017 +0300 +++ b/templates/route.html Wed Jun 28 15:53:05 2017 +0300 @@ -1,7 +1,7 @@ - - + + {{name}} @@ -18,9 +18,9 @@ {% for trip in schedule %} {{trip['time']}} - {{trip['from']}} - {{trip['to']}} - {{trip['status']}} + {{trip['from']}} + {{trip['to']}} + {{trip['status']}} {% endfor %}