From 55d34cddeb813de001e47bcf33c40b2b99b2a540 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 17 Jul 2022 17:21:08 +0200 Subject: release assets --- templates/departures_page.html | 2 +- templates/header.html | 4 ++-- templates/landing_page.html | 2 +- templates/tripinfo_page.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'templates') diff --git a/templates/departures_page.html b/templates/departures_page.html index b853163..65fd6f4 100644 --- a/templates/departures_page.html +++ b/templates/departures_page.html @@ -3,7 +3,7 @@ {{ title }} {% include 'header.html' %} - + diff --git a/templates/header.html b/templates/header.html index 9e6d8fb..9fee822 100644 --- a/templates/header.html +++ b/templates/header.html @@ -12,11 +12,11 @@ --> - + + {% include 'navbar.html' %} diff --git a/templates/tripinfo_page.html b/templates/tripinfo_page.html index 5e10077..5df03e8 100644 --- a/templates/tripinfo_page.html +++ b/templates/tripinfo_page.html @@ -3,7 +3,7 @@ {{ title }} {% include 'header.html' %} - + -- cgit v1.2.3