From 4596613e65581712f6c230f87971edfabd0ae919 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 22 Aug 2021 11:36:40 +0200 Subject: add 'synchronization failed' marker --- templates/departures_page.html | 2 +- templates/header.html | 4 ++-- templates/landing_page.html | 2 +- templates/navbar.html | 6 ++++-- 4 files changed, 8 insertions(+), 6 deletions(-) (limited to 'templates') diff --git a/templates/departures_page.html b/templates/departures_page.html index 52733c4..438c28d 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 7480bea..1d0dd68 100644 --- a/templates/header.html +++ b/templates/header.html @@ -10,11 +10,11 @@ - + + {% include 'navbar.html' %} diff --git a/templates/navbar.html b/templates/navbar.html index 2fc49ec..914f2e9 100644 --- a/templates/navbar.html +++ b/templates/navbar.html @@ -2,9 +2,11 @@