diff --git a/data/spot.py b/data/spot.py index 92c3cf0..8af0d15 100644 --- a/data/spot.py +++ b/data/spot.py @@ -312,7 +312,7 @@ class Spot: self.propagation_mode = PROPAGATION_MODES[mode_tag] else: self.propagation_mode = mode_tag - logging.info("Seen a new propagation mode tag not yet in the system: {}", mode_tag) + logging.info("Seen a new propagation mode tag not yet in the system: %s", mode_tag) # DX Grid to lat/lon and vice versa in case one is missing if self.dx_grid and not self.dx_latitude: diff --git a/templates/add_spot.html b/templates/add_spot.html index d9b48b5..37f9abc 100644 --- a/templates/add_spot.html +++ b/templates/add_spot.html @@ -76,7 +76,7 @@ - + diff --git a/templates/alerts.html b/templates/alerts.html index a999cc7..81edeca 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -75,7 +75,7 @@ - + diff --git a/templates/bands.html b/templates/bands.html index 36671b6..413c88a 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -75,8 +75,8 @@ - - + + diff --git a/templates/base.html b/templates/base.html index 840889d..4f35bc9 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,6 @@ {% extends "skeleton.html" %} {% block head_extra %} - + @@ -10,10 +10,10 @@ - - - - + + + + {% end %} {% block body %}