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 %}
diff --git a/templates/conditions.html b/templates/conditions.html index d367b82..2aa95e5 100644 --- a/templates/conditions.html +++ b/templates/conditions.html @@ -284,7 +284,7 @@
- + diff --git a/templates/map.html b/templates/map.html index a0a99fb..47ff105 100644 --- a/templates/map.html +++ b/templates/map.html @@ -95,8 +95,8 @@ - - + + diff --git a/templates/spots.html b/templates/spots.html index 613cb46..fca68cc 100644 --- a/templates/spots.html +++ b/templates/spots.html @@ -116,8 +116,8 @@ - - + + diff --git a/templates/status.html b/templates/status.html index 75ae823..ccb3443 100644 --- a/templates/status.html +++ b/templates/status.html @@ -59,7 +59,7 @@ - +