From 2cad8ef881b66b822769a15968f952bb2419f188 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 26 Jun 2021 22:22:47 +0200 Subject: add train station looukp by name --- templates/landing_page.html | 4 ++-- templates/stops.html | 30 ++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 templates/stops.html (limited to 'templates') diff --git a/templates/landing_page.html b/templates/landing_page.html index a059b55..f487616 100644 --- a/templates/landing_page.html +++ b/templates/landing_page.html @@ -23,13 +23,13 @@
- + diff --git a/templates/stops.html b/templates/stops.html new file mode 100644 index 0000000..4f31c0a --- /dev/null +++ b/templates/stops.html @@ -0,0 +1,30 @@ + + + + {{ title }} + + + + + + + + + + + + + + + +
+
+ +
+
+ + -- cgit v1.2.3