diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2017-01-12 21:21:49 +0000 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-01-12 21:21:49 +0000 |
commit | f3d6affcbd8414c2d69405559535a34e01b1b04b (patch) | |
tree | 6d630980bd8bcdc8d21e32f0ff17a89eac5d41b6 /templates | |
parent | afe0b8eb2f3ff67a481f1ad1cb9420c07a47ae20 (diff) | |
download | ktt-f3d6affcbd8414c2d69405559535a34e01b1b04b.tar.xz |
Set the stop name in the generated html
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/layout.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/layout.html b/templates/layout.html index aead13f..937a12a 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -23,6 +23,7 @@ p { <div class="root"> + <h1>{{ stop_name }}</h1> <p>Last updated: {{ data['ResponseData']['LatestUpdate'] }}</p> <ul> |