From edbbb13087c362fb3b4e3f5a944ddd0df63d3272 Mon Sep 17 00:00:00 2001 From: Ian Renton Date: Thu, 2 Apr 2026 19:43:35 +0100 Subject: [PATCH] Conditions tweaks --- solarconditionsproviders/hamqsl.py | 4 +++- templates/about.html | 2 +- templates/add_spot.html | 4 ++-- templates/alerts.html | 4 ++-- templates/bands.html | 6 +++--- templates/base.html | 8 ++++---- templates/conditions.html | 4 ++-- templates/map.html | 6 +++--- templates/spots.html | 6 +++--- templates/status.html | 4 ++-- 10 files changed, 25 insertions(+), 23 deletions(-) diff --git a/solarconditionsproviders/hamqsl.py b/solarconditionsproviders/hamqsl.py index 05175a3..92e0961 100644 --- a/solarconditionsproviders/hamqsl.py +++ b/solarconditionsproviders/hamqsl.py @@ -98,7 +98,9 @@ class HamQSL(HTTPSolarConditionsProvider): .replace("Vr Quiet", "Very Quiet") .replace("Unsettld", "Unsettled") .replace("Min Strm", "Minor Storm") - .replace("Maj Strm", "Major Storm"), + .replace("Maj Strm", "Major Storm") + .replace("Sev Strm", "Severe Storm") + .replace("Ext Strm", "Extreme Storm"), "geomag_noise": text("signalnoise"), "hf_conditions": hf_conditions, "vhf_conditions": { diff --git a/templates/about.html b/templates/about.html index 308e6a9..9047b52 100644 --- a/templates/about.html +++ b/templates/about.html @@ -67,7 +67,7 @@

This software is dedicated to the memory of Tom G1PJB, SK, a friend and colleague who sadly passed away around the time I started writing it in Autumn 2025. I was looking forward to showing it to you when it was done.

- + {% end %} \ No newline at end of file diff --git a/templates/add_spot.html b/templates/add_spot.html index d62a4e6..b4015e4 100644 --- a/templates/add_spot.html +++ b/templates/add_spot.html @@ -69,8 +69,8 @@ - - + + {% end %} \ No newline at end of file diff --git a/templates/alerts.html b/templates/alerts.html index 7207a86..dbb934f 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -56,8 +56,8 @@ - - + + {% end %} \ No newline at end of file diff --git a/templates/bands.html b/templates/bands.html index 15fd412..11bb559 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -62,9 +62,9 @@ - - - + + + {% end %} \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index f0737b5..10bb84d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -46,10 +46,10 @@ crossorigin="anonymous"> - - - - + + + + diff --git a/templates/conditions.html b/templates/conditions.html index bcba6ad..c1454a7 100644 --- a/templates/conditions.html +++ b/templates/conditions.html @@ -189,8 +189,8 @@ - - + + {% end %} \ No newline at end of file diff --git a/templates/map.html b/templates/map.html index a6ee91b..fd5b544 100644 --- a/templates/map.html +++ b/templates/map.html @@ -70,9 +70,9 @@ - - - + + + {% end %} \ No newline at end of file diff --git a/templates/spots.html b/templates/spots.html index 7bdfbae..319b791 100644 --- a/templates/spots.html +++ b/templates/spots.html @@ -87,9 +87,9 @@ - - - + + + {% end %} \ No newline at end of file diff --git a/templates/status.html b/templates/status.html index 16631c2..d547f1d 100644 --- a/templates/status.html +++ b/templates/status.html @@ -59,8 +59,8 @@ - - + +