# HG changeset patch # User Teemu Piippo # Date 1525170273 -10800 # Node ID 6967657fced65f704ff2c527b08cb4164a2663dc # Parent 5acbf5a813839ba8d276bf4a0b126b998bfee689 fix paths diff -r 5acbf5a81383 -r 6967657fced6 templates/interesting.html --- a/templates/interesting.html Tue May 01 13:23:59 2018 +0300 +++ b/templates/interesting.html Tue May 01 13:24:33 2018 +0300 @@ -51,13 +51,13 @@ {{entry['departure'].strftime('%H:%M')}} - {{entry['stop'].code}}
{{entry['stop'].name}}
+ {{entry['stop'].code}}
{{entry['stop'].name}}
- {{entry['route']}} + {{entry['route']}} - {{entry['description']}} + {{entry['description']}} {% endfor %}