diff --git a/core/data_store.py b/core/data_store.py index ea8aa3e..b717978 100644 --- a/core/data_store.py +++ b/core/data_store.py @@ -112,7 +112,7 @@ class DataStore: def close(self): self.spots.close() self.alerts.close() - self.solar.close() + self.solar_conditions.close() self.status.close() self.dxcc_data.close() self.sigrefs.close() diff --git a/templates/add_spot.html b/templates/add_spot.html index a75f99f..fe9a22d 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 8ffc3c1..5febae1 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -84,7 +84,7 @@ - + diff --git a/templates/bands.html b/templates/bands.html index ce73c5a..8c5a92e 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -76,8 +76,8 @@ - - + + diff --git a/templates/base.html b/templates/base.html index 795dbbf..9171716 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,6 @@ {% extends "skeleton.html" %} {% block head_extra %} - + @@ -15,10 +15,10 @@ window.fetchEventSource = fetchEventSource; - - - - + + + + {% end %} {% block body %}