diff -r 8ed8f8be7a07 -r 728965530259 templates/trip.html --- a/templates/trip.html Wed Jun 28 15:55:39 2017 +0300 +++ b/templates/trip.html Wed Jun 28 15:56:59 2017 +0300 @@ -67,7 +67,7 @@ {% for halt in entry['stops'] %} {{halt['time']}} -  {{halt['code']}} +  {{halt['code']}} {{halt['name']}} {% endfor %}