From f2a6bfa51539a14c13fc231bab8a79ad3925577b Mon Sep 17 00:00:00 2001 From: Ian Renton Date: Fri, 10 Jul 2026 17:25:38 +0100 Subject: [PATCH] Support "SAT" propagation mode --- core/constants.py | 3 ++- templates/add_spot.html | 2 +- templates/alerts.html | 2 +- templates/bands.html | 4 ++-- templates/base.html | 10 +++++----- templates/conditions.html | 2 +- templates/map.html | 4 ++-- templates/spots.html | 4 ++-- templates/status.html | 2 +- 9 files changed, 17 insertions(+), 16 deletions(-) diff --git a/core/constants.py b/core/constants.py index 3acbe9a..88da781 100644 --- a/core/constants.py +++ b/core/constants.py @@ -102,5 +102,6 @@ PROPAGATION_MODES = { "AU": "Aurora", "MS": "Meteor scatter", "RS": "Rain scatter", - "AS": "Aircraft scatter" + "AS": "Aircraft scatter", + "SAT": "Satellite" } diff --git a/templates/add_spot.html b/templates/add_spot.html index 9a4de26..e5b659b 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 1064f3e..046fb14 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -75,7 +75,7 @@ - + diff --git a/templates/bands.html b/templates/bands.html index 235e97f..3a4b26c 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -75,8 +75,8 @@ - - + + diff --git a/templates/base.html b/templates/base.html index 455d4d4..d30a2ca 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 c4cd2b3..2c79327 100644 --- a/templates/conditions.html +++ b/templates/conditions.html @@ -284,7 +284,7 @@
- + diff --git a/templates/map.html b/templates/map.html index a684034..96eb28b 100644 --- a/templates/map.html +++ b/templates/map.html @@ -95,8 +95,8 @@ - - + + diff --git a/templates/spots.html b/templates/spots.html index 4ba5ca6..d0e5cc6 100644 --- a/templates/spots.html +++ b/templates/spots.html @@ -116,8 +116,8 @@ - - + + diff --git a/templates/status.html b/templates/status.html index 4490070..f4f8942 100644 --- a/templates/status.html +++ b/templates/status.html @@ -59,7 +59,7 @@ - +