From f1db6f88d73cc617567fae9fdf7402bd4d5dd00b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 16 Jul 2022 00:38:58 +0200 Subject: use shifted div for anchor to account for header bar --- templates/departure_list.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'templates') diff --git a/templates/departure_list.html b/templates/departure_list.html index 090e47c..08be97e 100644 --- a/templates/departure_list.html +++ b/templates/departure_list.html @@ -1,9 +1,8 @@ {% for departure in departures %} - {% if departure.line.productName and departure.line.fahrtNr %} -
  • - {% else %} -
  • - {% endif %} +
  • + {% if departure.line.productName and departure.line.fahrtNr %} +