# HG changeset patch # User Teemu Piippo # Date 1498661500 -10800 # Node ID 06000662d87b12255bf2be8d71923a6598b9bc5e # Parent 42a6276cf6d17ff3db3bcf126828f9ae745e0ff4 Korjattu palleron sijainti pysäkkinäkymässä diff -r 42a6276cf6d1 -r 06000662d87b templates/stop.html --- a/templates/stop.html Wed Jun 28 17:04:51 2017 +0300 +++ b/templates/stop.html Wed Jun 28 17:51:40 2017 +0300 @@ -41,15 +41,15 @@ {% for halt in schedule %} + {% if halt['imminent'] %} + + {% endif %} {{halt['time']}} {{halt['route']}} {{halt['sign']}} - {% if halt['imminent'] %} - - {% endif %} {% endfor %}