From 886b9e56dc515c6536129711494f91262d402214 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 29 May 2021 22:45:38 +0200 Subject: initial commit --- templates/departure_list.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 templates/departure_list.html (limited to 'templates') diff --git a/templates/departure_list.html b/templates/departure_list.html new file mode 100644 index 0000000..464951b --- /dev/null +++ b/templates/departure_list.html @@ -0,0 +1,34 @@ + + + + {{ title }} + + + + + + + + + + + + + + + +
+
+
    + {% for departure in departures %} +
  • + {{ departure.line.name }} + {{ departure.direction }} + {{ departure.when.strftime('%H:%M') }} +
  • + {% endfor %} +
+
+
+ + -- cgit v1.2.3