diff --git a/templates/add_spot.html b/templates/add_spot.html index d718fc2..232872c 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 39dc74d..9f61fb7 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -52,7 +52,7 @@ {% if web_ui_options["qrz_enabled"] or web_ui_options["hamqth_enabled"] %}
- {% module Template("widgets/data_area_header.html", web_ui_options=web_ui_options) %} + {% module Template("widgets/your_data_area_header.html", web_ui_options=web_ui_options) %}
{% if web_ui_options["qrz_enabled"] %} @@ -84,7 +84,7 @@
- + diff --git a/templates/bands.html b/templates/bands.html index f287b84..48ca748 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -51,7 +51,7 @@ {% if web_ui_options["qrz_enabled"] or web_ui_options["hamqth_enabled"] %}
- {% module Template("widgets/data_area_header.html", web_ui_options=web_ui_options) %} + {% module Template("widgets/your_data_area_header.html", web_ui_options=web_ui_options) %}
{% if web_ui_options["qrz_enabled"] %} @@ -76,8 +76,8 @@
- - + + diff --git a/templates/base.html b/templates/base.html index 31d7b0f..1ca4f08 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,6 @@ {% extends "skeleton.html" %} {% block head_extra %} - + @@ -15,10 +15,10 @@ window.fetchEventSource = fetchEventSource; - - - - + + + + {% end %} {% block body %}
diff --git a/templates/conditions.html b/templates/conditions.html index 99cd9e3..23b838a 100644 --- a/templates/conditions.html +++ b/templates/conditions.html @@ -284,7 +284,7 @@
- + diff --git a/templates/map.html b/templates/map.html index 94d4b95..89ef703 100644 --- a/templates/map.html +++ b/templates/map.html @@ -71,7 +71,7 @@ {% if web_ui_options["qrz_enabled"] or web_ui_options["hamqth_enabled"] %}
- {% module Template("widgets/data_area_header.html", web_ui_options=web_ui_options) %} + {% module Template("widgets/your_data_area_header.html", web_ui_options=web_ui_options) %}
{% if web_ui_options["qrz_enabled"] %} @@ -109,8 +109,8 @@ - - + + diff --git a/templates/spots.html b/templates/spots.html index 81dd86d..9fbd1f1 100644 --- a/templates/spots.html +++ b/templates/spots.html @@ -77,7 +77,7 @@
- {% module Template("widgets/data_area_header.html", web_ui_options=web_ui_options) %} + {% module Template("widgets/your_data_area_header.html", web_ui_options=web_ui_options) %}
{% if web_ui_options["qrz_enabled"] %} @@ -113,8 +113,8 @@
- - + + diff --git a/templates/status.html b/templates/status.html index 3b72a85..106f365 100644 --- a/templates/status.html +++ b/templates/status.html @@ -86,7 +86,7 @@
- +