From 0d2e1369b695aeba871b6323f519432928590aab Mon Sep 17 00:00:00 2001 From: Ian Renton Date: Mon, 10 Aug 2026 21:30:00 +0100 Subject: [PATCH] Replace dash-separated config & API properties with underscore-separated versions. #127 --- templates/alerts.html | 2 +- templates/bands.html | 2 +- templates/map.html | 2 +- templates/spots.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/alerts.html b/templates/alerts.html index 430e1d4..3abb99f 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -19,7 +19,7 @@
- {% module Template("cards/dx-continent.html", web_ui_options=web_ui_options) %} + {% module Template("cards/dx_continent.html", web_ui_options=web_ui_options) %}
{% module Template("cards/sources.html", web_ui_options=web_ui_options) %} diff --git a/templates/bands.html b/templates/bands.html index dae2122..933ccc9 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -28,7 +28,7 @@
- {% module Template("cards/dx-continent.html", web_ui_options=web_ui_options) %} + {% module Template("cards/dx_continent.html", web_ui_options=web_ui_options) %}
{% module Template("cards/de_continent.html", web_ui_options=web_ui_options) %} diff --git a/templates/map.html b/templates/map.html index c591972..e96fe11 100644 --- a/templates/map.html +++ b/templates/map.html @@ -42,7 +42,7 @@
- {% module Template("cards/dx-continent.html", web_ui_options=web_ui_options) %} + {% module Template("cards/dx_continent.html", web_ui_options=web_ui_options) %}
{% module Template("cards/de_continent.html", web_ui_options=web_ui_options) %} diff --git a/templates/spots.html b/templates/spots.html index 0afb17f..3811a4c 100644 --- a/templates/spots.html +++ b/templates/spots.html @@ -47,7 +47,7 @@
- {% module Template("cards/dx-continent.html", web_ui_options=web_ui_options) %} + {% module Template("cards/dx_continent.html", web_ui_options=web_ui_options) %}
{% module Template("cards/de_continent.html", web_ui_options=web_ui_options) %}