From 1ed175e099568a53f8faf4ebf0abe33b78506be8 Mon Sep 17 00:00:00 2001 From: Ian Renton Date: Tue, 7 Apr 2026 06:20:07 +0100 Subject: [PATCH] Layout fix --- templates/about.html | 2 +- templates/add_spot.html | 4 ++-- templates/alerts.html | 4 ++-- templates/bands.html | 6 +++--- templates/base.html | 6 +++--- templates/conditions.html | 4 ++-- templates/map.html | 6 +++--- templates/spots.html | 6 +++--- templates/status.html | 4 ++-- webassets/js/spotsbandsandmap.js | 2 +- 10 files changed, 22 insertions(+), 22 deletions(-) diff --git a/templates/about.html b/templates/about.html index ffcf7c4..232ab3c 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 7dc30ca..6dbbed9 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 292b693..a745259 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 20b08aa..7b3bef1 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 e668de4..996808c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -46,9 +46,9 @@ crossorigin="anonymous"> - - - + + + diff --git a/templates/conditions.html b/templates/conditions.html index 73a50d2..8d577bf 100644 --- a/templates/conditions.html +++ b/templates/conditions.html @@ -230,8 +230,8 @@ - - + + diff --git a/templates/map.html b/templates/map.html index 13a1db9..284c2f3 100644 --- a/templates/map.html +++ b/templates/map.html @@ -79,9 +79,9 @@ - - - + + + {% end %} \ No newline at end of file diff --git a/templates/spots.html b/templates/spots.html index 2529307..e93add4 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 655dd7c..d224ead 100644 --- a/templates/status.html +++ b/templates/status.html @@ -59,8 +59,8 @@ - - + + diff --git a/webassets/js/spotsbandsandmap.js b/webassets/js/spotsbandsandmap.js index 2944de4..171d794 100644 --- a/webassets/js/spotsbandsandmap.js +++ b/webassets/js/spotsbandsandmap.js @@ -46,7 +46,7 @@ function generateSIGsMultiToggleFilterCard(sig_options) { $grid.append(`
`); }); // Bonus "NO_SIG" / "General DX" option - $grid.append(`
`); + $grid.append(`
`); $("#sig-options").append($grid); $("#sig-options").append(`
All   None
`); }