diff --git a/templates/about.html b/templates/about.html index 010d2cd..a3b21c4 100644 --- a/templates/about.html +++ b/templates/about.html @@ -69,7 +69,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 d881d1b..ab79781 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 4eb2dd7..cb8ae99 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -8,7 +8,7 @@
- {% module Template("widgets/filters-display-buttons.html", web_ui_options=web_ui_options) %} + {% module Template("widgets/filters-display-data-buttons.html", web_ui_options=web_ui_options) %}
@@ -70,8 +70,8 @@ - - + + {% end %} \ No newline at end of file diff --git a/templates/bands.html b/templates/bands.html index a5ed41c..b3e9667 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -8,7 +8,7 @@
- {% module Template("widgets/filters-display-buttons.html", web_ui_options=web_ui_options) %} + {% module Template("widgets/filters-display-data-buttons.html", web_ui_options=web_ui_options) %}
@@ -76,9 +76,9 @@ - - - + + + {% end %} \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index d379c93..85cf69e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -24,7 +24,7 @@ Spothole - + @@ -46,9 +46,9 @@ crossorigin="anonymous"> - - - + + + diff --git a/templates/conditions.html b/templates/conditions.html index 8c2632a..8ec28eb 100644 --- a/templates/conditions.html +++ b/templates/conditions.html @@ -230,8 +230,8 @@ - - + + diff --git a/templates/map.html b/templates/map.html index ebc21f3..96b18de 100644 --- a/templates/map.html +++ b/templates/map.html @@ -7,7 +7,7 @@
- {% module Template("widgets/filters-display-buttons.html", web_ui_options=web_ui_options) %} + {% module Template("widgets/filters-display-data-buttons.html", web_ui_options=web_ui_options) %}
@@ -93,9 +93,9 @@ - - - + + + {% end %} \ No newline at end of file diff --git a/templates/spots.html b/templates/spots.html index 11b2cfd..4beb2c4 100644 --- a/templates/spots.html +++ b/templates/spots.html @@ -19,7 +19,7 @@
{% module Template("widgets/search.html", web_ui_options=web_ui_options) %} - {% module Template("widgets/filters-display-buttons.html", web_ui_options=web_ui_options) %} + {% module Template("widgets/filters-display-data-buttons.html", web_ui_options=web_ui_options) %}
@@ -104,9 +104,9 @@ - - - + + + {% end %} \ No newline at end of file diff --git a/templates/status.html b/templates/status.html index ec26f90..aa19a88 100644 --- a/templates/status.html +++ b/templates/status.html @@ -59,8 +59,8 @@ - - + + diff --git a/templates/widgets/filters-display-buttons.html b/templates/widgets/filters-display-data-buttons.html similarity index 58% rename from templates/widgets/filters-display-buttons.html rename to templates/widgets/filters-display-data-buttons.html index 54b021e..7e8212d 100644 --- a/templates/widgets/filters-display-buttons.html +++ b/templates/widgets/filters-display-data-buttons.html @@ -1,5 +1,5 @@
- - - + + +
\ No newline at end of file