From d93bebcd82a9c43e3ab8a882eddc1b4ddfc8f1bc Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 16 Jul 2022 00:43:43 +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 eeceb76..b853163 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 14953fe..9e6d8fb 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 cd04367..5e10077 100644 --- a/templates/tripinfo_page.html +++ b/templates/tripinfo_page.html @@ -3,7 +3,7 @@ {{ title }} {% include 'header.html' %} - + -- cgit v1.2.3