diff --git a/core/constants.py b/core/constants.py index ca27979..47736f5 100644 --- a/core/constants.py +++ b/core/constants.py @@ -4,7 +4,7 @@ from data.band import Band from data.sig import SIG # General software -SOFTWARE_VERSION = "2.1.2" +SOFTWARE_VERSION = "2.1.3" # HTTP headers used for spot providers that use HTTP HTTP_HEADERS = {"User-Agent": f"Spothole v{SOFTWARE_VERSION} (operated by {SERVER_OWNER_CALLSIGN})"} diff --git a/pyproject.toml b/pyproject.toml index 00d0938..9f2222e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "spothole" -version = "2.1.2" +version = "2.1.3" authors = [ { name = "Ian Renton", email = "ian@ianrenton.com" }, ] diff --git a/templates/add_spot.html b/templates/add_spot.html index 3d29a6e..ba26079 100644 --- a/templates/add_spot.html +++ b/templates/add_spot.html @@ -77,7 +77,7 @@ - + diff --git a/templates/alerts.html b/templates/alerts.html index e1a3a6a..238e645 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -83,7 +83,7 @@ - + diff --git a/templates/bands.html b/templates/bands.html index 2db0f03..4bc819e 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -76,8 +76,8 @@ - - + + diff --git a/templates/base.html b/templates/base.html index 8a8db97..099c30d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,6 @@ {% extends "skeleton.html" %} {% block head_extra %} - + @@ -16,10 +16,10 @@ window.fetchEventSource = fetchEventSource; - - - - + + + + {% end %} {% block body %}
diff --git a/templates/conditions.html b/templates/conditions.html index 288d27d..61ae73b 100644 --- a/templates/conditions.html +++ b/templates/conditions.html @@ -284,7 +284,7 @@
- + diff --git a/templates/map.html b/templates/map.html index e3130ba..c826c0e 100644 --- a/templates/map.html +++ b/templates/map.html @@ -113,8 +113,8 @@ const CARTODB_API_KEY = "{{ web_ui_options.get('cartodb_api_key', '') }}"; - - + + diff --git a/templates/spots.html b/templates/spots.html index e268d64..ecfce2d 100644 --- a/templates/spots.html +++ b/templates/spots.html @@ -125,8 +125,8 @@ - - + + diff --git a/templates/status.html b/templates/status.html index 42e60b7..f1792c7 100644 --- a/templates/status.html +++ b/templates/status.html @@ -96,7 +96,7 @@ - +