From 67ed8fe98390e30ffa7d032c24ce645b42c9fbf0 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 12 Jan 2017 21:25:20 +0000 Subject: layout.html: Set direction for trains and buses MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sadly it's only 1/2, rather than north/south or whatever. Signed-off-by: Johannes Löthberg --- templates/layout.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/layout.html b/templates/layout.html index 4715a95..b6fcc4b 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -81,6 +81,7 @@ p { {% if transport in ['Trains', 'Buses'] %}

Stop: {{ departure['StopPointDesignation'] }}

+

Direction: {{ departure['JourneyDirection'] }}

{% endif %} -- cgit v1.2.3-54-g00ecf