diff --git a/templates/alerts.html b/templates/alerts.html index 6aac4f3..b6d2202 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -2,14 +2,14 @@ {% block content %}
-
+
{% module Template("widgets/refresh-timer.html", web_ui_options=web_ui_options) %}
-

+

{% module Template("widgets/filters-display-buttons.html", web_ui_options=web_ui_options) %} -

+
diff --git a/templates/bands.html b/templates/bands.html index 6d8dd1d..3e02b88 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -2,14 +2,14 @@ {% block content %}
-
+
{% module Template("widgets/refresh-timer.html", web_ui_options=web_ui_options) %}
-

+

{% module Template("widgets/filters-display-buttons.html", web_ui_options=web_ui_options) %} -

+
diff --git a/templates/map.html b/templates/map.html index eebe69a..51d8531 100644 --- a/templates/map.html +++ b/templates/map.html @@ -3,12 +3,12 @@
-
+
-

+

{% module Template("widgets/filters-display-buttons.html", web_ui_options=web_ui_options) %} -

+
diff --git a/templates/spots.html b/templates/spots.html index 8d0ec65..d8152ca 100644 --- a/templates/spots.html +++ b/templates/spots.html @@ -9,18 +9,18 @@
-
+
-

+

{% module Template("widgets/run-pause.html", web_ui_options=web_ui_options) %} - {% raw web_ui_options["support-button-html"] %} -

+
{% raw web_ui_options["support-button-html"] %}
+
-

+

{% module Template("widgets/search.html", web_ui_options=web_ui_options) %} {% module Template("widgets/filters-display-buttons.html", web_ui_options=web_ui_options) %} -

+
diff --git a/templates/widgets/filters-display-buttons.html b/templates/widgets/filters-display-buttons.html index 6447657..f960569 100644 --- a/templates/widgets/filters-display-buttons.html +++ b/templates/widgets/filters-display-buttons.html @@ -1,2 +1,4 @@ - - \ No newline at end of file +
+ + +
\ No newline at end of file diff --git a/templates/widgets/refresh-timer.html b/templates/widgets/refresh-timer.html index d7b9525..c6d2cdd 100644 --- a/templates/widgets/refresh-timer.html +++ b/templates/widgets/refresh-timer.html @@ -1 +1 @@ -

Loading...

\ No newline at end of file +
Loading...
\ No newline at end of file